body
{
	background-image:url(/img/bg2mid.jpg);
	background-position:center center;
	background-repeat:repeat;
}

#bgtop
{
	background-image:url(/img/bg2top.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position:relative;
	margin-bottom:-500px;
}

#bgbot2
{
	background-image:url(/img/bg2bot2.jpg);
	background-repeat:repeat-x;
	height:500px;
	position:relative;
}

#bgbot
{
	width:980px;
	height:500px;
	margin:auto;
	background-image:url(/img/bg2bot.jpg);
}

#bgbotspace
{
	height:500px;
}

#main
{
	width:490px;
	padding:165px 360px 0 130px;
	min-height:330px;
	height: auto !important;
	height:330px;
	margin:0 auto;
	position:relative;
}

#footer
{
	width:490px;
	padding:0 360px 0 130px;
	position:absolute;
	bottom:20px;
	text-align:center;
}

