/* CSS Document */

body {
	background-color:#131313;
	font-family:Helvetica, Verdana, sans-serif;
	font-weight:normal;
}
#logo {
	width:360px;
	height:360px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-180px;
	margin-top:-180px;
	text-indent:9999px;
	overflow:hidden;
}
#logo a {
    width:360px; 
	height:360px; 
    overflow:hidden;
    float:right;
}
#logo img {
    border:none;
}
#logo a:hover img {
    margin-top:-360px;
}