#website_container {
	text-align: center;
	position: relative;
}
#header {
	height: 350px;
	background-color: #030712;
	text-align: center;
	background-image: url(../images/nana_main_header_bg7.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#top_bar {
	height: 100px;
	background-color: #0E2229;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/nana_header2.jpg);
	background-position: bottom;
}
#content {
	text-align: center;
	width: 100%;
	background-color: #FCFDFF;
	background-image: url(../images/content_bg.jpg);
	padding-top: 5px;
	position: relative;
	padding-bottom: 25px;
}

#content_menu {
	position:relative;
	width:775px;
	height:10px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/menu_bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	
}

#footer {
	background-color: #0A4C62;
	text-align: center;
	width: 100%;
	background-image: url(../images/nana_footer_sitemap_bg1.jpg);
	background-position: top;
	background-repeat: repeat-x;
	padding-top: 10px;
	height: 80px;
}
body {
	background-color: #FCFDFF;
	margin: 0px;
	padding-bottom: -80px;
}

html {
	background-color: #FCFDFF;
	padding-bottom: -80px;
	width: 100%;
}
#the_iframe {
	background-image: url(../images/content_bg.jpg);
	width: 650px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#top_bar_center {
	width: 800px;
	height: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#content_center {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FCFDFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 14px;
	position: relative;
	background-image: url(../images/content_bg.jpg);
}
#logo {
	position:absolute;
	width:400px;
	height:115px;
	z-index:1;
	background-image: url(../images/logo_nana.png);
	top: 20px;
}
#top_decoration {
	position:relative;
	width:300px;
	height:40px;
	z-index:2;
	background-image: url(../images/top_bar_decoration.png);
	background-repeat: no-repeat;
	top: 65px;
	left: 451px;
}
