@charset "utf-8";
/* CSS Document */

*

{
	border:0px none;
	font-family:arial,tahoma,verdana;
	margin:0px;
	outline:0px;
	padding:0px;
}

a
{
	color:#FFF;
}

html, body
{
	background-color:#142E79;
	background:url(../img/background.jpg) center no-repeat;
}

#main
{
	height:100px;
	left:50%;
	line-height:100px;
	margin-left:-100px;
	margin-top:-50px;
	position:absolute;
	text-align:center;
	top:50%;
	width:200px;
}

#center
{
	height:720px;
	margin:0px auto;
	width:1002px;
}

#trailer
{
	font-family:arial;
	font-size:12px;
	height:328px;
	margin:0px auto;
	text-align:center;	
	width:400px;
}