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

* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 62.5%;
	background-color: #000;
	margin-top:60px;
	
}
html {
	font-size: 100%;
}

/*-----------LAYOUT----------------*/



#content{
	width:900px;
	height:350px;
	margin:auto;
	border: ridge;
	border-color:#333;
	
}

#enter{
	width:900px;
	height:100px;
}
#enter p{
	text-align:center;
	padding-top:30px;
}

#enter p a {
	font: 4em Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	text-align: center;
	color:#666;
	
	
}

#disclaimer p{
	font: 1.2em/1 Georgia, "Times New Roman", Times, serif;
	color:#333;
	text-align:center;

}