@charset "utf-8";
body {
	background-attachment: scroll;
	background-image: url(../images/bg/bg_content_repeat.jpg);
	background-repeat: repeat-x;

}
#layout {
	background-attachment: scroll;
	background-image: url(../images/bg/bg_content_home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#layout #header #slogan h1 {
	width: 460px;
	font-size: 40px;
}
#layout #bottomNavig {
	position: absolute;
	top: 590px;
	width: 958px;
}

