@charset "UTF-8";
/* CSS Document */

body {
	width:100%;
	background-image:url(../bg/sliced_color.jpg);
	background-repeat:repeat;
	padding-bottom: 2px;
	margin:0px 0px;
	text-align:center;
	overflow-x:hidden;
	
	min-height: 100%;
}
 
#content {
	width:1024px;
	margin: 0px auto;
	text-align:left;
	padding:0px;
	height:auto;
}
 
 
 
.global {
	width:1024px;
	height:100%;
	margin-bottom:12px;
}

.content_main {
	margin-top:1%;
	background-image:url(../bg/sliced_bg.jpg);
	height:768px;
	width:1024px;
}

#blu_bar {
	position:absolute;
	top:526px;
	margin-left:100px;
}

.button_enter {
	position:absolute;
	left:0px;
	height:35px;
	width:228px;
	top:0px;
}

.button_help {
	position:absolute;
	left:422px;
	width:135px;
	top: 0px;
}

.button_enhance {
	position:absolute;
	width:156px;
	top: 0px;
	left: 616px;
}
