@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body, a, img {
	color: #d48508;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}
#container {
	margin-top: 10%;
}
#up {
	height: 254px;
	background-color: #d48508;
}

#up #up2 {
	width: 888px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#up #up2 #box1 {
	float: left;
	height: 254px;
	width: 20px;
	background-color: #d48508;
	background-image: url(../pics/start_left.gif);
}
#up #up2 #box2 {
	height: 254px;
	width: 270px;
	float: left;
	background-color: #FFFFFF;
	background-image: url(../pics/pleft.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#up #up2 #logo {
	height: 254px;
	width: 308px;
	float: left;
	background-color: #FFFFFF;
}
#up #up2 #box3 {
	float: left;
	height: 254px;
	width: 270px;
	background-color: #FFFFFF;
	background-image: url(../pics/pright.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

#up #up2 #box4 {
	height: 254px;
	width: 20px;
	float: left;
	background-color: #d48508;
	background-image: url(../pics/start_right.gif);
}


#down {
	margin-top: 80px;
}

