
div {
	border: 1px solid black;
	border-radius: 2px;
	color: black;
}

#container {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 50%;
	height: 950px;
	border-radius: 5px;
	background-color: white;
	color:black;
	padding:10px;
	opacity:1;
	float: center;

}

#content {
	margin-top: 50px;
	margin-right: auto;
	margin-left:auto;
	width: 70%;
	height: 300px;
	border-radius: 5px;
	background-color: gray;
	color:black;
	padding:10px;
	opacity:1;
	float: center;
	clear:left;
}



#titlebox {
	margin-top: 50px;
	margin-left:13%;
	width: 70%;
	height: 100px;
	border-radius: 5px;
	background-color: white;
	color:black;
	padding:10px;
	opacity:1;
	float: left;
	clear:left;
	text-align: center;
	font-size: 48pt;
	text-decoration: underline;
}

#header {
	margin-top: 20px;
	margin-left:13%;
	width: 70%;
	/*height: 50px;*/
	border-radius: 5px;
	background-color: #eeccd0;
	color:black;
	padding:10px;
	opacity:1;
	float: left;
	clear:left;		
	text-align: center;
}

.menubox {
	margin-top: 10px;
	margin-right: auto;
	margin-left:auto;
	margin: 10pt;
	/*width: 10%;*/
	height: 10px;
	border-radius: 5px;
	background-color: white;
	color:black;
	padding:8px;
	opacity:1;
	font-size: 12pt;
	float: left;
	/*clear:left;	*/
}



#textarea {
	margin-top: 50px;
	margin-left:13%;
	width: 70%;
	height: 500px;
	border-radius: 5px;
	background-color: #f4dddd;
	color:black;
	padding:10px;
	opacity:1;
	font-size: 12pt;
	float: left;
	clear:left;	
}

/* unvisited link */
a:link {
    color: #c65b55;
}

/*a:link {
    text-decoration: none;
}

*/

/* visited link */
a:visited {
    color: none;
}

/*a:visited {
    text-decoration: none;
}
*/


/* mouse over link */
a:hover {
    color: black;
}


/*a:hover {
    text-decoration: underline;
}

*/


/* selected link */
a:active {
    color: black;
}


/*a:active {
    text-decoration: none;
}
*/

#imageone {
	content: url(hurtsfeature.jpg);
	margin-left: auto;
	margin-right: auto;
	float:center;
	clear:left;
	border: 1px white;
}

#imagetext {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	float:center;
	clear:center;
	padding: 5px;

}
#imagetwo {
	content: url(g.jpg);
	width: 80%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	margin-top: 0px;
	float: center;
	clear: left;
	border: 1px white;
}

#imagethree {
	content: url(theo1.jpg);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: 5px;
	float: center;
	clear: left;
	border: 1px white;
}
#imagefour {
	content: url(adam1.jpg);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	margin-top: 5px;
	float: center;
	clear: left;
	border: 1px white;
}
#imagefive {
	content: url(hurts-happiness-350x350.jpg);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	margin-top: 5px;
	width: 35%;
	height: 200px;
	float: center;
	clear: left;
	border: 1px white;
}
#imagesix {
	content: url(hurtsexile.jpg);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	margin-top: 5px;
	width: 35%;
	height: 200px;
	float: center;
	clear: left;
	border: 1px white;
}
#imageseven {
	content: url(Hurts-Surrender.jpg);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	margin-top: 5px;
	width: 35%;
	height: 200px;
	float: center;
	clear: left;
	border: 1px white;
}
html { 
  background: url(pinkcloud.jpg) no-repeat fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 }

body { 
	/*background: #CCC;*/
	/*opacity:0.7;*/