/* style1 */


/* @group Structure */

#mainpage {
	background: #4E5558 url(../images/style1/mainpage-side.png) 0 0 repeat-y;
}

#mainpage .right {
	background: url(../images/style1/mainpage-side.png) center 0 repeat-y;
}

#mainpage2 {
	background: url(../images/style1/mainpage-tr.png) 100% 0 no-repeat;
}

#mainpage3 {
	background: url(../images/style1/mainpage-tl.png) 0 0 no-repeat;
}

#mainpage-bottom {
	background: #4E5558;
}

#mainpage-bottom .right {
	background: url(../images/style1/mainpage-br.png) 100% 0 no-repeat;
}

#mainpage-bottom .left{
	background: url(../images/style1/mainpage-bl.png) 0 100% no-repeat;	
}


#main-content {
	background: #fff url(../images/style1/content/mainpage-br.png) 100%  no-repeat;
}

#main-content .bottom-left {
	background: url(../images/style1/content/mainpage-bl.png) 0 0 no-repeat;
}

#main-content2 {
	background: url(../images/style1/content/mainpage-tr.png) 100% 0 no-repeat;
}

#main-content3  {
	background: url(../images/style1/content/mainpage-tl.png) 0 0 no-repeat;
}



/* @end */

