/* ---------layout features------------- */
#wrapper{
	width: 712px;
	margin: 0 auto;
	position: relative;
	background: url("../_images/bg-main.gif");
}
#header{
	background: url('../_images/bg-top.jpg') no-repeat center top;
	height: 263px;
	position: relative;
}
#middle-null{
	text-align: left;
	background: url("../_images/bg-body.gif") no-repeat;
}
#middle{
	padding: 0 30px;
}
#footer{
	clear: both;
	background: url('../_images/bg-bottom.gif') #a12323 no-repeat;
	height: 41px;
	text-align: left;
}
#footer p{
	color: #c9c5c5;
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 75%
}
#footer p a{
	color: #fff;
}
