﻿/*Topsection*/
.topcontainerouter
{
	background:transparent url(/images/design/background/bannertop_right.png) no-repeat right;
}
.topcontainer
{
	background:transparent url(/images/design/background/bannertop_left.png) no-repeat left;
	width:950px;
	height:110px;
}
/*Mainpage headersection*/
.mainpageheaderouter
{
	background:transparent url(/images/design/background/top_right.png) no-repeat right;
	z-index:1100;
}
.mainpageheader
{
	background:transparent url(/images/design/background/top_left.png) no-repeat left;
	width:950px;
	height:109px;
	z-index:1100;
}
/*Mainpage contentsection*/
.mainpagecontentouter
{
	background:transparent url(/images/design/background/right.png) repeat-y right;
}
.mainpagecontent
{
	background:transparent url(/images/design/background/left.png) repeat-y left;
	width:950px;
}
/*Mainpage footersection*/
.mainpagefooterouter
{
	background:transparent url(/images/design/background/bottom_right.png) no-repeat right;
}
.mainpagefooter
{
	background:transparent url(/images/design/background/bottom_left.png) no-repeat left;
	width:950px;
	height:146px;
}