@charset "utf-8";
body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
#header {
	height: 183px;
	width: 1024px;
	float: left;
}
#container {
	float: left;
	height: 1228px;
	width: 1024px;
	background-image: url(bg1.jpg);
	background-repeat: no-repeat;
}
#flash_area {
	float: left;
	height: 338px;
	width: 988px;
	margin-top: 42px;
	margin-left: 15px;
	margin-bottom: 0px;
	background-image: none;
	border: thick solid #000000;
}
#top_title {
	float: left;
	height: 35px;
	width: 1024px;
}
#sixth_section {
	float: left;
	height: 65px;
	width: 1024px;
}
#footer {
	float: left;
	height: 246px;
	width: 1024px;
}
#first_section {
	float: left;
	height: 57px;
	width: 1024px;
}
#second_section {
	float: left;
	height: 53px;
	width: 1024px;
}
#third_section {
	float: left;
	height: 61px;
	width: 1024px;
}
#bottom_title {
	float: left;
	height: 25px;
	width: 1024px;
}
#fourth_section {
	float: left;
	height: 76px;
	width: 1024px;
}
#fifth_section {
	float: left;
	height: 52px;
	width: 1024px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}

.outer {
width:1024px;
margin:auto;
display:table;
}

.inner {
width:auto;
margin:0px;
display:table;
}
