body {
	/*background-image:url();*/
	background-position:left center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-color: #666;
	font-size:12px;
	font-weight:bold;
	
}
a {
	font-size: 12px;
	color: #CCC;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: underline;
	color: #F90;
}
a:active {
	text-decoration: none;
	color: #CCC;}
#page {
	/*background-image: url();*/
	background-color: #333;
	border: 1px solid #666;
	border-radius: 10px; 
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #fff;
	position: absolute;
	width: 900px;
	height: 600px;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -450px;
	text-align: center;
 }
 #content {
	 margin:30px;
	 height: 93%;
	 width: 93%;
	 
 }
img {
margin-top:65px;
margin-right:15px;
margin-left:15px;	
border: 0px solid #999;
}