@charset "utf-8";
/* CSS Document */
* {margin:0; padding:0; outline: none;}
img { border:0; }
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
a {
	color: #fff;
}
a.enter {
	color: #314a9a;
	font-size: 16px;
	text-decoration: none;
	background: #60cae2;
	padding: 4px 8px;
	border:0;
	font-weight: bold;
}
a.enter:hover {
	background: #7be1f8;
}
#wrapper {
	width: 1112px;
	height: 917px;
	margin: 0 auto;
	position: relative;
}
#nav {
	width: 788px;
	background: #121c3a;
	height: 58px;
	margin-left: 85px;
}
#footer {
	width: 420px;
	background: #121c3a;
	height: 46px;
	margin-left: 85px;
}
#content {
	width: 1106px;
	height: 911px;
	border: 3px solid #000;
	position: relative;
	background: url("../_img/bg.jpg") no-repeat center top;
}
#bikes {
	position: absolute;
	top:0;
	left:0;
	z-index: 1000;
}
#sponsors {
	position: absolute;
	top:20px;
	right:20px;
}
#cans {
	position: absolute;
	right:0;
	bottom:0;
	z-index:100;
}
#content2 {
	width: 813px;
	position: absolute;
	right:0;
	top: 14px;
	z-index:50;
}
#content3 {
	width: 783px;
	margin-top: 10px;
	color: #fff;
	line-height: 20px;
	padding: 20px 0 20px 30px;
	background: url("../_img/bgblue.jpg") no-repeat;
}
#content4 {
	width: 783px;
	height: 444px;
	margin-top: 10px;
	color: #fff;
	line-height: 20px;
	padding: 30px 0 0 30px;
	background: url("../_img/bgblue2.jpg") no-repeat;
}
p {
	margin-bottom: 12px;
}
table.contest td {
	padding: 1px;
}
input {
	width: 160px;
	padding: 2px 3px;
	font-size: 11px;
}
input.checkbox {
	width: auto;
}
input.submit {
	width: auto;
	background: #fff;
	border: 1px solid #ccc;
}
.small {
	font-size: 10px;
}
h1 {
	font-size: 22px;
	margin: 0 0 10px 0;
	color: #F7E900;
}
.video { position: relative; width:160px; height: 90px; float: left; margin-right: 18px; }

.video a {
   position: absolute;
   display: block;
   background: url("../_img/playbtn2.png") no-repeat center;
   height: 90px;
   width: 120px;
   top: 0;
   left: 0;
   text-decoration: none;
}