body {
	background-image: url(http://plainsightgame.com/images/background.jpg);
	background-position:center top ;
	background-repeat:no-repeat;
}


#menu{
	width:752px;
	height:38px;
	margin: 0 auto;
	margin-top: 133px;
	
}

#menuwrapper{
margin-left: -10px;
}

#content{
	background-image:url(http://plainsightgame.com/images/fingers.png);
	background-position:right top;
	background-repeat:no-repeat;
	width:752px;
	margin: 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;


}

#tile{
	background-color:#000;
	width:752px;
	margin: 0 auto;
	background-image:url(http://plainsightgame.com/images/robots_tiled.gif);
	background-repeat:repeat;

}

#quotes{
	background-position:center top;
	background-repeat:no-repeat;
	width:752px;

	margin: 0 auto;

}
.quote {
	font-family: Arial, Helvetica, sans-serif;
color: 0cb2ff; 
text-shadow: #00acff 0px 0px 12px; 
}

#footer{
	background-image:url(http://plainsightgame.com/images/logo.png);
	background-position:center top;
	background-repeat:no-repeat;
	width:752px;
	height:122px;
	margin: 0 auto;

}



#robots
{
background-image:url(http://plainsightgame.com/images/robots.png);
	background-position:center top;
	background-repeat:no-repeat;
height: 320px;
	width:752px;
	margin: 0 auto;
margin-top: -745px;

}

A:hover {
color: 0cb2ff; 
text-shadow: #00acff 0px 0px 12px; 
}
