/* ---------layout features------------- */

#main-null{
	width: 770px;
	text-align: left;
	float: left;
	position: relative;
	background: url("../_images/bg-middle.jpg") center repeat-y;
}
#main{
	background: url('../_images/bg-top.jpg') no-repeat;
}

#top-null{
	height: 182px;
	border: none;
}

#middle-null{
	margin: 0 auto;
}
#middle{
	margin: 0 30px;
	padding: 0 0 1px 0; /* 1px need gecko for bottom bg */
}

#footer-null{
	clear: both;
	margin: 0 auto;
	background: #fff url("../_images/bg-bottom.jpg") no-repeat;
}
#footer{
	padding: 20px 0 0 0;
}
