/*Copyright Ricky Thompson 2010*/
body {
	background-color:#000;
	margin-top:10px;
	font-size: 12px;
	font-family:Verdana, Geneva, sans-serif;
	color:#CCC;
	
}
.wrap{text-align: center; width: 900px;margin:0 auto; margin-top:50px;}

img {border: none;}

	a:link {text-decoration: underline;}
	a:visited {color:#CCC;}
	a:active {color:#CCC;}
	a:hover {color:#FFF; text-decoration: none;}