* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	}
body {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	background-image:url(../img/bg_01.jpg);
	background-repeat:repeat-x;
	background-color:#61a8d0;
	color: #61a8d0;
}

.container {
background-image:url(../img/bg.jpg);
	background-position: center;
	width: 980px;
	height:577px;
	margin: 0 auto;
	display: block;
}

.container .all_content {

	min-height: 400px;
	_height: 470px;
	margin: 0 0 0 42px;
	display: block;
	position: relative;
	height: 577px;
}

.container .all_content .main_content {
	display:block;
	width: 500px;
	height: 149px;
	position: absolute;
	top: 283px;
	left: 320px;
	line-height: 30px;
}
.container .all_content .main_content .text {
    background:url(../img/bg_text.gif);
	background-repeat:repeat-x;
	background-position:left center;
	border: 1px solid #c9d4e1; height:20px;
	padding: 1px;
	color: #9CABBC;
	overflow: hidden;
	font-family: Tahoma, Verdana;
	font-size: 12px;
	
}

.container .all_content .button{ margin-top:25px; height:30px;}
.container .all_content .button ul{}
.container .all_content .button ul li{ float:left; list-style:none; width:83px; margin-left:15px; }
.btn01{ background:url(../img/btn01_up.jpg) no-repeat; width:83px; height:23px;border: 0px solid;cursor:pointer; }
.btn01_hover { background:url(../img/btn01_down.jpg);}
.btn02{ background:url(../img/btn02_up.jpg) no-repeat; width:83px; height:23px;border: 0px solid;cursor:pointer; }
.btn02_hover { background:url(../img/btn02_down.jpg);}
.btn03{ background:url(../img/btn03_up.jpg) no-repeat; width:83px; height:23px;border: 0px solid;cursor:pointer; }
.btn03_hover { background:url(../img/btn03_down.jpg);}
