body{
	background: #eee;
	color: #333;
}

.alt{
	display: none;
}

#container {
	width: 100%;
}

#header {
	width: 100%;
	height: 50px;
	background: #eee;
}

#header h1 {
	width: 960px;
	height: 50px;
	margin: 0 auto;
	background: transparent url('../images/bg_header.png') no-repeat top left;
	font-size: 10px;
	text-indent: -9999px;
}

#main {
	width: 100%;
	height: 700px;
/*	background: #000 url('../images/bg_main.png') repeat-x top center;*/
}

#contets {
	width: 960px;
	height: 700px;
	margin: 0 auto;
	padding: 0 50px;
/*	background: transparent url('../images/bg_contents.jpg') no-repeat top center;*/
}

#flash {
	width: 800px;
	height: 600px;	
	
}

#flash ul {
	font-size: 1px;
	line-height: 1px;
}

#footer {
	width: 960px;
	margin: 10px auto 0;
	height: 100px;
	background: url('../images/bg_footer.png') no-repeat top right;
}

#footer .inner{
	width: 960px;
	height: 100px;
	margin: 0 auto;
}

#footer ul{
	font-size: 12px;
	height: 20px;
}

#footer ul li{
	display: inline;
	float: left;
	margin: 0 2em 0 0;
}

#footer ul li a{
	text-decoration: none;
	color: #333;
}

#footer ul li a:link,
#footer ul li a:visited{ border-bottom: 1px solid #eee; }
#footer ul li a:hover  { border-bottom: 1px solid #666; }
#footer ul li a:active { border-bottom: 1px solid #664f2b; }


#copyright {
	visibility: hidden;
}

#banner{

	display: inline;
	float: right;
	width: 140px;
	height: 40px;
	
}
