* { margin:0px; padding: 0px;  }
img {border: none;}
a:focus {outline:none;}

a,
a:link,
a:visited {
text-decoration: none;
color: #4a81bb;
}

a:focus,
a:hover,
a:active {
text-decoration: none;
color: #ef456a;
}


body {
	background-color:#1a171b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#ffffff;
}
#cover {
	position: absolute;
	width:320px;
	height:520px;
	margin-left: -450px;
	margin-top: -260px;
	left: 50%;
	top: 50%;
}
#flash {
	position: absolute;
	width:580px;
	height:520px;
	margin-left:-100px;
	margin-top: -260px;
	left: 50%;
	top: 50%;
	
}
#links{
	position: absolute;
	width:900px;
	height:50px;
	margin-left:-450px;
	margin-top: 260px;
	left: 50%;
	top: 50%;
	text-align: center;
	
}

/*** LAYOUT ***/


