@charset "utf-8";
#header {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(header.png);
	background-repeat: no-repeat;
	height: 150px;
}
#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #D5D8FF;
}
#footer {
	float: left;
	width: 980px;
	position: relative;
	background-color: #79BCFB;
	background-image: url(long_bar_footer.gif);
}
body {
	background-color: #000033;
}


#text_box {
	float: left;
	width: 710px;
	position: relative;
	font-size: 18px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000033;
	z-index: -100;
}

#nav_bar {
	width: 980px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #79BCFB;
}
#text_pic {
	width: 200px;
	position: relative;
	float: right;
}

#space_main {
	float: left;
	width: 200px;
	position: relative;
}

#space_right {
	background-repeat: no-repeat;
	background-position: right bottom;
	float: right;
	width: 150px;
	position: relative;
	height: 19px;
}
#space_left {
	float: left;
	width: 150px;
	position: relative;
	height: 19px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
