#wrapOuter

{

	background-image: url(../images/wrap-bg.jpg);

	background-repeat: repeat-y;

	background-position: center;



}



#wrapTop

{

	background-image: url(../images/wrap-top.jpg);

	background-position: center top;

	background-repeat: no-repeat;

	padding-top: 51px;

}



#wrapBottom

{

	background-image: url(../images/wrap-bottom.jpg);

	background-position: center bottom;

	background-repeat: no-repeat;

}



#wrapContent

{

	margin-left: auto;

	margin-right: auto;

	width: 835px;

	padding-bottom: 36px;

	overflow: hidden;

}