﻿/* override some stuff */
.maintopleft, .maintopright, .mainbottomleft, .mainbottomright
{
	background-image: none;
	margin: 0;
}

.maintopright, .mainbottomright
{
	height: 0;
}

.wrap
{
	width: 994px;
}

#containerdiv
{
	width: auto;
}

/* apply new stuff */
.maininside
{
	background: transparent url('../images/bg_wrap_middle.png') top center repeat-y;
}

.maintopleft
{
	background: transparent url('../images/bg_wrap_top.png') top center no-repeat;
	height: 18px;
}

.mainbottomleft
{
	background: transparent url('../images/bg_wrap_bottom.png') bottom center no-repeat;
	height: 23px;
}

.footer
{
	margin-top: 0;
}