@import 'adv.css';

body
{
	background: #ffc;
}

#container 
{
	width: 1022px;
	background: #fff;
	background: url(/images/site/page-m.jpg) repeat-y;
}

#container #header
{
	width: 1022px;
	background: url(/images/site/header-m.jpg) no-repeat;
}

#container #header-1, #container #header-2, #container #header-3, #container #header-4, #container #header-5, #container #header-6, #container #header-7, #container #header-8
{
	width: 1022px;
	height: 120px;
}

#container #header-1
{
	background: url(/images/site/banner-m1.jpg) no-repeat;
}

#container #header-2
{
	background: url(/images/site/banner-m2.jpg) no-repeat;
}

#container #header-3
{
	background: url(/images/site/banner-m3.jpg) no-repeat;
}

#container #header-4
{
	background: url(/images/site/banner-m4.jpg) no-repeat;
}

#container #header-5
{
	background: url(/images/site/banner-m5.jpg) no-repeat;
}

#container #header-6
{
	background: url(/images/site/banner-m6.jpg) no-repeat;
}

#container #header-7
{
	background: url(/images/site/banner-m7.jpg) no-repeat;
}

#container #header-8
{
	background: url(/images/site/banner-m8.jpg) no-repeat;
}

#container #content
{
	width: 755px;
}

#footer
{
	width: 1022px;
	background: url(/images/site/footer-m.jpg) no-repeat 0 100%;
}

