html{
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-align: center;
}
#main{
	text-align: center;
}


#spacer {
	width: 200px;
	height: 30px;
	margin: 20px auto;
}



#f1{
	width: 200px;
	height: 150px;
	display: block;
	position: relative;
	float: left;
    border: 2px solid #fff;
}
#f2{
	width: 200px;
	height: 150px;
	display: block;
	position: relative;
	float: left;
	border: 2px solid #fff;
}
#f3{
	width: 200px;
	height: 150px;
	display: block;
	position: relative;
	float: left;
    border: 2px solid #fff;
}
#f4{
	width: 200px;
	height: 150px;
	display: block;
	position: relative;
	float: left;
	border: 2px solid #fff;
	
}
img{
	width: 200px;
	height: 150px;
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
}
#slideshow{
	display: block;
	height: 308px;
	width: 408px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	width: 181px;
	height: 64px;
	margin: 20px auto;
	position: relative;
	}
	
#enter {
	width: 87px;
	margin: 88px auto;
	text-align: center;
	font-family:Arial,Helvetica,monospace,sans-serif;
	font-size: 11px;
	color:#808285;
	}
	
#enter a {
	color:#808285;
	text-decoration:none;
	}
	
#enter a:hover {
	color:#A4A510;
	}
