body {
	background: #FFFFFF;	
	color:#000000;        
	font-family: century gothic;
	font-size:12px;	
}
#container {
	width:99%;;
	height:400;	
	text-align:justify;
	position:absolute;
	top:50%;
	margin-top:-200px;
	background:#D0E2E9;
border-bottom:solid 2px #dbe6ee;
	padding-top:20px;
	padding-bottom:20px;
}
 h1 {
margin:20px;
   	text-align:center;
font-size:36px;
	font-weight:normal;
}
h2, h3 {
	margin:20px;
   	text-align:center;
font-size:18px;
	font-weight:normal;
}
p {
	margin: 15px 20px;
	font: 12pt Century Gothic;}
a,a:hover,a:visited {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#D0E2E9;
	background: #000000;
}
img {
	border:0px;
}
#enter{
	font-size: 24px;
}