@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	background-color: #666666;
}
a {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	}
.font {
	font-family: arial;
	font-size: 14px;
	color: #FFFFFF;
	text-align : justify;
}
#enter {
	margin: auto;
	top: 150px;
	width:800px;
	position: relative;
}
#enter2 {
	margin: auto;
	top: 200px;
	width:450px;
	position: relative;
}
#photo1 {
	top: 100px;
	left: 20px;
	position: absolute;
}
#links {
	top: 20px;
	left: 20px;
	width:800px;
	position: absolute;
}
#contact {
	top: 427px;
	left: 858px;
	position: absolute;
	height: 86px;
	width: 156px;
}
#about {
	top: 403px;
	left: 877px;
	position: absolute;
	height: 86px;
	width: 300px;
}
