@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/background.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 14pt;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 9px;
	color: #999999;
	text-align: center;
}
.footertext a:lnk {
	text-decoration: overline;
}
.footertext a:visited {
	text-decoration: overline;
}
.footertext a:hover {
	text-decoration: none;
}
.footertext a:active {
	text-decoration: overline;
}
.pad {
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
}
.border {
	border: thin solid #666666;
}
#container {
	width: 800px;
	margin-top: 240px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#video {
	float: left;
	margin-left: 300px;
	
}
#enter {
	width: 730px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: right;
	padding-top: 180px;
	
}
#play {
	text-align: center;;
}
#footer {
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	padding-left: 125px;
	padding-top: 140px;
	padding-bottom: 25px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
