#corner_left_upper {
	width: 40px;
	height: 84px;
	background-image: url(../img/g_corner_left_upper.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
}
#corner_right_upper {
	width: 40px;
	height: 84px;
	background-image: url(../img/g_corner_right_upper.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
}
#header {
	padding: 0px;
	height: 84px;
	width: 880px;
	background-image: url(../img/g_header_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#logo {
	width: 430px;
	height: 84px;
	margin: 0px;
	padding: 0px;
	float: left;
	background-image: url(../img/g_logo.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#menu_container {
	clear: both;
	background-image: url(../img/g_menu_bg.jpg);
	background-repeat: repeat-y;
	width: 960px;
}

#page_container_left {
	width: 40px;
	height: 427px;
	background-image: url(../img/g_corner_left.jpg);
	background-repeat: repeat-y;
	float: left;
	background-position: 0px 2px;
}
#page_container_right {
	width: 40px;
	height: 427px;
	background-image: url(../img/g_corner_right.jpg);
	background-repeat: repeat-y;
	float: left;
}
#page_container {
	padding: 0px;
	height: 427px;
	width: 880px;
	position: relative;
	margin: 0px;
	float: left;
	background-image: url(../img/g_bg.jpg);
	background-repeat: repeat;
	background-position: 0px 3px;
}
#footer_container_left {
	float: left;
	height: 66px;
	width: 40px;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/g_corner_left_bottom.jpg);
	background-repeat: no-repeat;
}
#footer_container_right {
	float: left;
	height: 66px;
	width: 40px;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/g_corner_right_bottom.jpg);
	background-repeat: no-repeat;
}

#footer_created {
	left: 218px;
	top: 612px;
	width: 250px;
	position: absolute;
}

#footer {
	padding: 0px;
	height: 66px;
	width: 880px;
	background-image: url(../img/g_footer_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	position: relative;
	float: left;
}
#message_box {
	position: absolute;
	left: 200px;
	right: auto;
	bottom: 270px;
	height: 50px;
	width: 300px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	border: 1px solid #CCCCCC;
	background-image: url(../img/g_bg.jpg);
	background-repeat: repeat;
}

