@charset "UTF-8";
/* CSS Document */

/* ------------------------------
 body
------------------------------ */
* html body {   
	background: url(null) fixed;
}

body {
	background:url(../images/common/body_bg.gif) repeat-y #ABD3E5 center top;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 80%;
	line-height: 1.5;
	text-align: center;
	-webkit-text-size-adjust: none;
}

#wrap {
	width: 1024px;
	margin: 0 auto;
/*	border-left: #D9D9D9 solid 1px;
	border-right: #D9D9D9 solid 1px;*/
}

#main {
	background: url(../images/common/mainBg.jpg) repeat-y;
	width: 1024px;
	margin: 0 auto;
}

#header {
	position: fixed;
	top: 0;
	padding-top:10px;
	margin:0 auto;
	width: 940px;
	height: 85px;
	z-index: 1;
}

* html #header {
	position: absolute;
	top: expression(eval(document.documentElement.scrollTop+0));
}

#headOffset {
	height: 100px;
}
#headOffsethow {
	height: 60px;
}

#footer_wrapper {
	display:block;
	width:100%;
	min-height:390px;
	padding:7px 0 0 0;
	background:#E1F9FF;
}

#footer {
	display:block;
	margin:0 auto;
	width: 940px;
	height: 34px;
}
