body{
	background-color: #000;
	margin-top: 5px;
	font-family: arial;
}

#layout{
	background: transparent url(../images/home_bg.jpg) center center no-repeat;
	width: 900px;
	height: 708px;
	margin: auto;
	position: relative;
	border: 1px solid #000;
}

#logo{
	position: absolute;
	background: transparent url(../images/logo.png) center center no-repeat;
	width: 430px;
	height: 90px;
	top: 72px;
	left: 220px;
	z-index: 50;
	_background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.png', sizingMethod='scale');
}

#content{
	position: relative;
	background: #fff url(../images/content_bg.gif) top center no-repeat;
	border: 1px solid #fff;
	width: 635px;
	height: 400px;
	z-index: 30;
	margin: auto;
	margin-top: 150px;
}

#nav_content{
	font-family: Trebuchet MS;
	margin: 15px 0px 20px 0px;
	
	text-align: center;
	width: 100%;
	position: relative;
	font-size: 11px;
	color: #2f3192;
	font-size: 12px;
	letter-spacing: 1px;
}

#nav_content a:link, #nav_content a:active, #nav_content a:visited{
	color: #666;
	text-decoration: none;
}

#nav_content a:hover{
	color: #e84d4c;
}

#content_bar{
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: #006;
	width: 635px;
	height: 20px;
}

#nav_bottom{
	position: relative;
	text-align: center;
	color: #aaa;
	font-size: 11px;
	font-family: arial;
	width: 100%;
	letter-spacing: 1px;
	padding: 10px;
}

#nav_bottom a:link, #nav_bottom a:active, #nav_bottom a:visited{
	color: #aaa;
	text-decoration: none;
}

#nav_bottom a:hover{
	text-decoration: underline;
}

#footer{
 	position: relative;
	text-align: center;
	color: #666;
	font-size: 10px;
	font-family: arial;
	width: 420px;
	margin: auto;
	letter-spacing: 1px;   
	line-height: 28px;
	padding: 10px;
}

#footer img{
	float: left;
}

#change{
	width: 635px;
	height: 308px;
}



