body {
	font: normal 0.8em Arial,Tahoma,Monospace; 
	color: #ffffff;
	background-color: #000000;
	margin: 0;
	padding: 0;
	}
a{font-weight: bold;}
a:link {color:#FFFFFF; text-decoration: none;}
a:visited {color:#C0C0C0; text-decoration: none;}
a:active {color:#999999; text-decoration: none;}
a:hover {color:#CC0000; text-decoration: underline;}

p{ line-height: 1.2em;
	margin-top: 0px;
	text-align: center;
	width: 37em;
	margin: auto;
	padding-top: 0px;
	}
	
.enter:link {color:#000000; text-decoration: none; display: block; padding-top: 10px; height: 34px; width: 155px; background: url(/images/button1.jpg) no-repeat; margin: auto;}
.enter:visited {color:#666666; text-decoration: none; display: block; padding-top: 10px; height: 34px; width: 155px; background: url(/images/button1.jpg) no-repeat; margin: auto;}
.enter:hover {color:#FFFFFF; text-decoration: none; display: block; padding-top: 10px; height: 34px; width: 155px; background: url(/images/button2.jpg) no-repeat; margin: auto;}
	
.movie{ 
	height: 245px;
	overflow:hidden;
	}

#container{
	width: 100%;
	height: 100%;
	margin: auto;
	text-align: center;
	}
	
.bg{
	width: 70%;
	margin: auto;
	text-align: center;
	background: url(/images/bg_holding.gif) no-repeat;
	background-position:top;
	padding-top: 20em;
	}
	
.bg2{
	width: 70%;
	margin: auto;
	text-align: center;
	}
	
.powered_by {
	color: #666666;
	width: 70%;
	margin: auto;
	vertical-align: middle;
	font-size: 0.7em;
	}
	


/* CSS Document */
label{
	width: 7em;
	float: left;
	text-align: right;
	margin-right: 0em;
	display: block;
	margin-top: 0.5em;
	}

input {
	color: #000;
	margin: 0.2em;
	}

 .form_submit {
	color: #000;
	margin-left: 0.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	} 

/* forms border & title */

form {
	width: 25em;
	margin: auto;
	margin-top: 2em;
	}

fieldset {
	border: 1px solid #666666;
	width: 23em;
	padding: 0.5em;
	
	}

legend {
	color: #fff;
	background:#FF0066;
	border: 1px solid #666666;
	padding: 2px 6px;
	margin-bottom: 5px;
	} 
