@charset "UTF-8";
/* CSS Document */

body {
	background-repeat: no-repeat; 
	background: #ff866b;
	text-align: center;
	}


/*links*/  

a {
	color: #1b25d5;
	text-decoration:  underline;
	}

a:link {
	color: #1b25d5;
	}

a:visited {
	color: #1b25d5;
	}

a:active {
	color: #1b25d5;
	}

a:hover {
	color: #f55d51;
	}
	


	
/*header*/

h1 {
	text-shadow: 2px 2px #561e11;
	color: #ecfff5;
	font-family: Verdana;
	font-weight: bold;
	line-height: normal;
	text-align: left;
	margin-bottom: 0px;
	font-size: 80px;
	}

/*copy*/

p {
	color: #000;
	font-family: Helvetica;
	font-weight: normal;
	line-height: 180%;
	text-align: left;
	font-size: 16px;
	}
	
	
/*div tags*/
	
.header {
	padding: 50px;
}

.content {
	border-bottom-color: #561e11;
	border-left-style: none;
	border-bottom-style: inset;
	border-right-style: ridge;
	border-top-style: none;
	border-right-color: #561e11;
	border-left-width: 0px;
	border-bottom-width: 2px;
	border-right-width: 2px;
	border-top-width: 0px;
	background-color: #ecfff5;
	padding:50px;
	margin: 0px 50px;
}

#sitecontainer {
	background-image: url(http://htmlgiant.com/contest/starz.png);
	background-repeat: no-repeat;
	width: 1024px;
	margin: 0px auto 100px;
	padding: 0px;
}

.content {
}

img {
	float:right;
	margin: 0 0 10px 10px;
	border-bottom-color: #561e11;
	border-left-style: none;
	border-bottom-style: inset;
	border-right-style: ridge;
	border-top-style: none;
	border-right-color: #561e11;
	border-left-width: 0px;
	border-bottom-width: 2px;
	border-right-width: 2px;
	border-top-width: 0px;

}

	

