


html, body { 
	background-color: white; 
	font-family:"arial", helvetica, serif;
	height: 100%; 
	margin: 0; 
	padding: 0;
    text-align: center; 
}


table { 
	margin-left: auto;
	margin-right: auto;
	background-color: #C0C0C0 ;
	height:100%;
	width:100%;
}

a {
	color: #ffffff ;
	text-decoration:none;
	font-weight: bold;
	font-size: .8em;
}

a:hover {
	color: #E8E8E8;
}

#wrapper {
	width: 960px;
	height: 580px;
	border: 0px solid red;
	background-color: ffffff;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#enter {
	width: 530px;
	border: 0px solid red;
	background-color: ffffff;
	text-align: center;
	padding-top: 340px;
}
