/*////////////////////////////////////
				*****
////////////////////////////////////*/
#wrap{
    min-height: 100%;
    height: auto !important; /*footer fix*/
    height: 100%;
    margin: 0 auto -100px;/*footer fix*/
	width: 100%;
	background:#000000;
	background:url(/img/bg_main.jpg) repeat-y center;
	text-align:center;
}
#contents{
	margin:0 auto;
	text-align:left;
	width:880px;
}

/*////////////////////////////////////
				header
////////////////////////////////////*/

#header{
	width:950px;
	height:138px;
	margin:0 auto;
	text-align:left;
	background:url(/img/header.jpg);
}


#logo{
	float:left;
	text-align:left;
	width:218px;
	height:138px;
	text-indent:-9999px;
}
#logo h1{
	widht:218px;
	height:138px;
	display:block;
}



#flashbox{
	width:100%;
	height:500px;
	position:absolute;
	z-index:1000;
	/*top:235px;*/
	top:185px;	
	left:0px;
	margin:0 auto;

}

#footer,.push {
    height: 100px;
}

/*////////////////////////////////////
				footer
////////////////////////////////////*/
#footer{
	text-align:left;
	width:950px;
	margin:0 auto;
	clear:both;
	background:#333333;
	font-size:10px;
	color:#666666;
}
#footer_logo{
	width:18%;
	padding:10px 25px;
	float:left;
}
#footerinner{
	width:68%;
	float:right;
	padding:5px;
	text-align:right;
	color:#FFFFFF;
}
.copy{
	color:#999;
	padding:5px 10px;
}
/*////////////////////////////////////
			main sub
////////////////////////////////////*/
#main{
	float:right;
	width:620px;
	padding:5px 0 10px 0;

}

#mainLeft{
	float:left;
	width:410px;
}
#mainRight{
	float:right;
	width:180px;
	color:#999999;
}

#sub{
	float:left;

	width:220px;
	padding:5px 0 10px 0;
	color:#FFFFFF;
}

