@charset "utf-8";
/* CSS Document */
html {min-height: 100%;}

body {
	text-align:center;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
}

#main_body {
	height:640px;
	width:1024px;
	background-image:url(../images/main-bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	
}

#scrolling_content {
	height: 439px;
	width: 944px;
	overflow-x:auto;
}

#content {
	width:1024px;
	float:left;
}

#content_inner {
	width:959px;
	margin-left:24px;
	margin-top:16px;
}

#content_inner_frame {
	width:959px;
	float:left;
	height:439px;
	background-color:#FFFFFF;
}

#content_inner_border {
	width:959px;
	float:left;
	height:14px;
}

#header_main {
	height:101px;
	width:513px;
	margin-left:23px;
	float:left
}

#play_button {
	width:309px;
	height:59px;
	margin-left:37px;
	margin-top:61px;
	float:left;
}

#play_button2 {
	width:236px;
	height:59px;
	margin-top:23px;
	margin-right:238px;
	float:right;
}

#button_container {
	width:188px;
	margin-left:48px;
	float:left;
}

#button_container_horizontal {
	height:23px;
	margin-left:38px;
}

.clearfix {
	clear:both
}