html,body{
	background:#7f7f7f;
}

.header{
	font-family:"Trebuchet MS", Arial;
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
	width:800px;
	margin:10px auto 0 auto;
	text-align:center;
}

.header a{
	color:#000;
	text-decoration:none;
}

.header a:hover{
	color:#FFF;
}

.banner{
	width:100%;
	background:url(../image/bg5.jpg) 0 0 repeat-x;
}

.banner .container{
	background:url(../image/bgIntro.jpg) 0 0 no-repeat;
	height:450px;
	width:608px;
	margin:0 auto;
}

.banner .container .content{
	background:url(../image/bgIntro.jpg) 0 0 no-repeat;
	width:550px;
	padding-top:44px;
	padding-left:32px;
}

/*	----------	#footer	----------	*/

#footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-align:center;
	word-spacing:5px;
	line-height:30px;
	width:800px;
	margin:0 auto 10px auto;
}

#footer a{
	color:#FFF;
	text-decoration:none;
}

#footer a:hover, #footer a.active{
	color:#000;
}