body
{
	background-color:#F0F0F0;
}

#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: 35px;
}

#wrapBottom
{
	background-image: url(../images/wrap-bottom.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#wrapContent
{
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	padding-bottom: 50px;
}