
body {
	margin:0px 0px; 
	padding:0px;
	text-align:center;
	background: #333;
	}

a{
	text-decoration: none;
	color: #777;
	font-weight:bold;
}
 a:hover{
	text-decoration: none;
	color: #ff0000;
	font-weight:bold;
}
#medill {
	position: absolute;
	width: 1000px;		
	height: 600px;
	left: 50%;
	top: 50%;
	margin-left: -500px;
	margin-top: -300px;
	text-align:center;
	color: #fff;
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
}






	

