body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	background-image:url(i/bg.jpg);
	background-position:top center;
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	margin:0;
	padding:0;
}

/**********************************************************************************************
*********************************************************************************************** Header-home
**********************************************************************************************/
#header-wrap{
	position:relative;
	display:block;
	width:930px;
	height:464px;
	margin-top:4px;
	background-image:url(i/bg-header-home.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	}


/**********************************************************************************************
*********************************************************************************************** Banner 
**********************************************************************************************/
#banner{
	position:relative;
	display:block;
	width:930px;
	height:297px;
	font-size:15px;
	color:#FFF;
	}

#banner h2{
	font-size:40px;
	color:#FFF;
	font-weight:bold;
	}
#banner-img{
	position:relative;
	display:block;
	width:377px;
	height:287px;
	float:left;
	padding:10px 0px 0px 10px;
	}
#banner-img img{
	border:1px #FFF solid;
	}
#banner-text{
	position:relative;
	display:block;
	width:530px;
	height:282px;
	float:right;
	padding-top:15px;
	}
	