@charset "utf-8";
/* CSS Document */



#mainbox {
	position:relative;
	top:0px;
	left:0px;
	display:block;
	width:955px;
	height:550px;
	background-color:#FFFFFF
}

#enter {
	position:absolute;
	top:500px;
	left:477.5px;
	display:block;
	width:20px;
	height:10px;
	z-index:2;
}
.enter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}


.enter:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;	
}


#photo {
	position:absolute;
	top:100px;
	left:200px;
	display:block;
	width:600px;
	height:450px;
	z-index:1;
	background-image: url(images/index.jpg);	
}

.copyright{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
	font-weight: bold;
	color: #999999;
	z-index:3;
}

#copyright{
	position:absolute;
	top:540px;
	left:0px;
	width:955px;
	height:20px;
	text-align:center;
}