@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	border:0;
	outline:none;
}
a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

body {
	color:#fff;
	background-color:#000;
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
}

div#maincontent{
	position:relative;
	width:935px;
	height:600px;
	margin:0 auto 0 auto;
	
}

div#maincontent a{
	display:block;
	width:412px;
	height:93px;
	margin:190px auto 0 auto;
}
