*{
	padding:0px;
	margin:0px;
}
body{
	background-color:#000;
	font-family:"Arial Black", Gadget, sans-serif;
}
#main {
width:600px;
height: 502px;
position: absolute;

top: 50%;
left: 50%;
margin-left: -300px;
margin-top: -251px;
background:#000;
border:solid;
border-width:5px;
border-color:#444;
}
#main img{
	border:0}

a:img {border:0;}
A:link {outline: none;border:0;}
A:visited {border:0;}
A:active {outline: none;}
A:focus {outline: none;}
