/* CSS Document */

body{
	background:url(img/pagebg.png);
	font-family:"Times New Roman", Times, serif
	}
#cont{
	background:url(img/bg_final.png) no-repeat center top;
	position:absolute;
	top:0px;
	right:0px;
	left:0px;
	min-height:700px;
	text-align:center;
	width:100%;
	height:100%;
	}
#bod{
	margin:280px auto;
	width:270px;
	color:#FFFFFF;
}
#controls{
	text-align:left;
	margin:auto;
}
input.url{
	width:240px;
	margin:auto;
}
input #submit {
	font-size:1.5em;
}
.stars{
	width:60px;
	height:15px;
	background:url(img/stars.png) no-repeat;
	display:block;
	margin:10px;
}
.right{
 float:right;
 
 }
 .left{
 float:left;
 margin-left:20px;
 }
 .starcont{
 	margin-top:10px;
	}
#nav{
	margin: 0px auto 30px auto;
}
a:visited{
	text-decoration:none;
	color:#eeeeee;
}
