#container {
	position:static;
	width:100%;
	height:100%;
	z-index:1;
	left: 0px;
	top: 0px;
}
body {
	background-repeat:no-repeat;
	background-position:center top;
	background-attachment: fixed;
	background-image: url(../images/bg.jpg);
}
#include {
	position:relative;
	width:1000px;
	height:100%;
	z-index:1;
	left: -5px;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	position:absolute;
	width:240px;
	height:55px;
	z-index:1;
	left: 24px;
	top: 81px;
}
#content {
	position:fixed;
	width:946px;
	height:241px;
	z-index:2;
	margin-left: 2%;
	bottom: 2%;
}
#hd {
	position:absolute;
	width:492px;
	height:37px;
	z-index:1;
	left: 26px;
	top: 103px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #000;
	line-height: 35px;
}
.asian {
	color: #099;
}
#quick_form {
	position:absolute;
	width:221px;
	height:177px;
	z-index:2;
	left: 745px;
	top: 65px;
}
#top_menu {
	position:absolute;
	width:979px;
	height:69px;
	z-index:2;
	left: 4px;
	top: -9px;
}
