body {
	background-color:#888888;
	color:#333333;
	font-family:"motor",sans-serif;
	font-weight:400;
	font-style:normal;
	font-size:10pt;
}

a:link {
	text-decoration:none;
	color:#333333;
}
a:visited {
	color:#333333;
}
a:hover {
	color:#ffffff;
	text-decoration:underline;
}

#reel {
	width:960px;
	height:600px;
	position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
	text-align:center;
    margin: auto;
}

#contact {
	width: 960px;
	position:relative;
	text-align:center;
}