html, body{
	margin:0; 
	padding:0; 
	background-color: #00aead; 
	color: #000000; 
	font-family: Arial, Helvetica; 
	font-size: 12px; 
	line-height: 16px; 
	height:100%;
	text-align: center;
}

#container {
	width:817px;
	margin: 0px auto 0px auto; 
	border: 0px solid #000000;
}

#div1_1 {
	border:0px solid color:#000000;
	width:817px;
	height: 614px;
	position: relative; 
	float:left;
	text-align:center; 
	background-image: url('../images/front_image.jpg');
}

.button {
	border:0px solid color:#000000;
	position: relative; 
	float:left;
	padding-left:20px;
	padding-top:420px; 
}

.button_normal {
	border:0px solid #ffffff;
}

.button_active {
	border:2px solid #ff870a;
	cursor:pointer;
}
