@charset "utf-8";

html, body, #menu1, #menu2, #box, #vand {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #8899ff;
	
}

#box {
	position: absolute;
	width: 900px;
	margin-left: 50%;
	top: 0px;
	left: -450px;
}

#vand {
	position: fixed;
	background-color: #ffffff;
	background-image: url("../img/page/watermark.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-attachment: fixed;
	margin-left: 50%;
	width: 900px;
	top: 0px;
	left: -450px;
	z-index: 0;	
}

#main {
	position: relative;
	float: left;
	width: 570px;
	left: 0px;
	top: 0px;
	padding: 170px 165px 15px 165px;
	z-index: 3;
}

#menu1 {
	position: fixed;
	float: left;
	background-image: url("../img/page/left.png");
	background-repeat: repeat-y;
	width: 150px;
	margin-left: 50%;
	left: -450px;
	top: 0px;
	padding: 190px 0px 0px 0px;
	text-align: center;
	z-index: 4;
}

#menu2 {
	position: fixed;
	float: left;
	background-image: url("../img/page/right.png");
	background-repeat: repeat-y;
	width: 150px;
	margin-right: 50%;
	right: -451px;
	top: 0px;
	padding: 190px 0px 0px 0px;
	text-align: center;
	z-index: 4;
}

#top {
	position: fixed;
	background-color: #ffffff;
	width: 600px;
	height: 148px;
	margin-left: 50%;
	left: -300px;
	z-index: 5;
	top: 0px;
	padding: 0px;
	text-align: center;
}	

#streg {
	position: fixed;
	background-image: url("../img/page/menu-bg.png");
	background-repeat: repeat-x;
	width: 100%;
	height: 43px;
	z-index: 6;
	top: 146px;
	left: 0px;
	padding: 0px;
}

#fane {
	height: 25px;
	bottom: 0px;
}

#bpc {
	position: fixed;
	width: 101px;
	height: 30px;
	top: 146px;
	right: 2px;
	padding: 0px;
	z-index: 7;
}

h1 {
	font-size: 25px;
	font-weight: bold;
	color: red;
	margin-bottom: 7px; 
}

h2 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px; 
}

a {
	text-decoration: none;
	font-weight: normal;
	color: #000066; 
}

a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #660000; 
}

a:active {
	text-decoration: none;
	font-weight: normal;
	color: #666666; 
}

a:hover {
	text-decoration: underline;
	font-weight: normal; 
}

a.streg {
	text-decoration: none;
	font-weight: bolder;
	color: #ffffff; 
}

a.streg:visited {
	text-decoration: none;
	font-weight: bolder;
	color: #ffffff; 
}

a.streg:active {
	text-decoration: none;
	font-weight: bolder;
	color: #666666; 
}

a.streg:hover {
	text-decoration: none;
	font-weight: bolder;
	color: #aaaaaa; 
}