* {
	margin:0;
	padding:0;
	font-size:100%;
	font-style:normal;
	text-decoration:none;
}

th, td, form, fieldset{
	margin:0;
	padding:0;
}

ul {
	list-style:none;
	}

img{
	border:0;
	}


body{
	background:#000000;
	color:#ffffff;
	font-size:62.5%;
	text-align:center; 
	}

#container{
	width:758px;
	height:375px;
	background:url(../img/enter.jpg) no-repeat top center;
	text-align:center;
	padding:225px 0px 0px 0px;
	margin:50px auto;
	}
p{
	font-size:1.2em;
	line-height:1.5;
	}
p.left{
	float:left;
	font-size:1.4em;
	display:inline;
	margin:20px 0px 0px 200px;
	}
p.right{
	float:right;
	font-size:1.6em;
	display:inline;
	margin:18px 200px 0px 0px;
	}
a{
	color:#0090ff;
	text-decoration:underline;
	font-weight:bold;
	}	
	
a:hover,a:hover{
	color:#00d8ff;
	text-decoration:none;
	}	

.none{
	text-indent:-9999px;
	height:0px;
	overflow:hidden;
	}
	
.clear{
	clear:both;
	font-size:1em;
	padding:20px 0px 0px 0px;
	}	