@charset "utf-8";

html
{
}

body
{
	position:relative;
	float:left;
	width:100%;
	height:auto;
	z-index:1;
}

.navigation
{
	position:fixed;
	float:left;
	width:100%;
	height:113px;
	line-height:113px;
	background:url(../img/nav.png) no-repeat top center;
	

	z-index:2;
}

.navigation div
{
	position:relative;
	float:left;
	width:960px;
	height:70px;
	left:50%;
	margin-left:-500px;
}

.navigation div a 
{
	position:absolute;
	width:70px;
	height:25px;
	line-height:80px;
	text-align:center;
	font-size:14px;
	color:#2e3644;
	font-family:'Open Sans',sans-serif;
	text-decoration:none;
	margin-right:1px;
}

.page
{
	position:relative;
	float:left;
	width:100%;
	height:790px;
	z-index:1;
	overflow:hidden;
}

div#page_1
{
	background:url(../img/bg/page_1.jpg) no-repeat center center;
}

div#page_2
{
	background:url(../img/bg/page_2.jpg) no-repeat center center;
}

div#page_3
{
	background:url(../img/bg/page_3.jpg) no-repeat center center;
}

div#page_4
{
	background:url(../img/bg/page_4.jpg) no-repeat center center;
}

div#page_5
{
	background:url(../img/bg/page_3.jpg) no-repeat center center;
}

div#page_6
{
	background:url(../img/bg/page_3.jpg) no-repeat center center;
}

div#page_7
{
	background:url(../img/bg/page_7.jpg) no-repeat center center;
}

div#page_8
{
	background:url(../img/bg/page_8.jpg) no-repeat center center;
}