body {
	background-color: #000000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-align:center;
	}
	
* {
  	margin:0; padding:0;
 }
  
div#main_wrapper {
	margin-left: auto;
    margin-right: auto;
	margin-top:50px;
   	width: 1024px;
	height: auto;
	}

a {
	color:#ffffff;
	font-size:12px;
	text-decoration: none;
}

a:focus { 
	outline: none; 
}

a:hover {
	text-decoration: underline;
}

