* {
padding: 0;
margin: 0;
}
html, body {
height: 100%;
background-color:#727475;
background-image:url(img/backg.jpg);
background-position:center center;
background-repeat:no-repeat;
}
body {
font-family:Arial, Helvetica, sans-serif;
font-size: 75%;
}
h1 {
font-size: 1.4em;
padding: 10px 10px 0;
}
p {
padding: 0 10px 1em;
}
#container {
min-height: 100%;
width:100%;
margin: 0 auto;
position:relative;
}
* html #container {
height: 100%;
}

.top {
	width:100%;
	height:10%;
	position:absolute;
	top:0px;
	left:0%;
	background-image:url(img/bar.png);
	background-position:center center;
	background-repeat: repeat;
	z-index:3;
}
.top_menu {
	width:100%;
	height:30px;
	position: absolute;
	top:100%;
	background-image:url(img/menu.png);
	background-position:center center;
	background-repeat: repeat;
	border-top:1px solid #30281b;
	border-bottom:1px solid #30281b;
	z-index:3;
}
.top_menu_wrap {
	width:980px;
	height:30px;
	position: relative;
	left:50%;
	margin-left:-490px;
	z-index:10;
	list-style:none;
}
.top_menu_wrap ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
.top_menu_wrap li {
	padding:0px;
	margin:0px;
	list-style:none;
	float:left;
}
.top_menu_wrap a:link, .top_menu_wrap a:visited, .top_menu_wrap a:active {
	display:block;
	height:30px;
	width:150px;
	line-height:30px;
	text-align:center;
	color:#fba529;
	text-decoration:none;
	background-image:url(img/button_line.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	float:left;
	
}
.top_menu_wrap a:hover {
	color:#fff;
}
.bot {
	width:100%;
	height:10%;
	position:absolute;
	bottom:0px;
	left:0%;
	background-image:url(img/bar.png);
	background-position:center center;
	background-repeat: repeat;
}
.bot_menu {
	width:100%;
	height:30px;
	position: absolute;
	bottom:100%;
	background-image:url(img/menu.png);
	background-position:center center;
	background-repeat: repeat;
	border-top:1px solid #30281b;
	border-bottom:1px solid #30281b;
	z-index:10;
	list-style:none;
}
.bot_menu_cpr {
	float:left;
	height:30px;
	margin:0px 0px 0px 70px;
	line-height:30px;
	font-size:10px;
	color: #666666;
}
.bot_menu_wrap {
	width:980px;
	height:30px;
	position: relative;
	left:50%;
	margin-left:-490px;
}
.bot_menu_wrap ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
.bot_menu_wrap li {
	padding:0px;
	margin:0px;
	list-style:none;
	float:right;
}
.bot_menu_wrap a:link, .bot_menu_wrap a:visited, .bot_menu_wrap a:active {
	display:block;
	height:30px;
	width:120px;
	line-height:30px;
	text-align:center;
	color:#fba529;
	text-decoration:none;
	background-image:url(img/button_line.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	float:right;
	
}
.bot_menu_wrap a:hover {
	color:#fff;
}
.content_wraper {
	position:absolute;
	width:980px;
	height:100%;
	left:50%;
	margin-left:-490px;
}
.content_photo {
	position:absolute;
	width:90%;
	height:310px;
	top:50%;
	left:0%;
	margin-left:5%;
	margin-top:-155px;
	background-image:url(img/txt.png);
	background-position:center center;
	background-repeat: repeat;
	z-index:9;
}
.content_txt {
	position:absolute;
	width:840px;
	height:270px;
	padding:20px;
	color:#e9e9e9;
	font-size:12px;
	z-index:9;
}
.logo {
	position:absolute;
	width:168px;
	height:52px;
	padding:10px 10px 5px 10px;
	top:50%;
	left:50%;
	margin-left:253px;
	margin-top:-222px;
	background-image:url(img/txt.png);
	background-position:center center;
	background-repeat: repeat;
	z-index:10;
}
.logo a {
	width:168px;
	height:52px;
	border:none;
	background:none;
}
.page {
	position:absolute;
	height:12px;
	padding:5px 5px 10px 15px;
	top:50%;
	left:50%;
	margin-left:-441px;
	margin-top:155px;
	background-image:url(img/txt.png);
	background-position:center center;
	background-repeat: repeat;
}
.page a {
	display:block;
	color:#CCCCCC;
	font-size:12px;
	width:15px;
	height:15px;
	line-height:15px;
	margin:0px 10px 0px 0px;
	text-decoration:none;
	text-align:center;
	background-image:url(img/img_backg.png);
	background-position:center center;
	background-repeat: repeat;
	float:left;
}


.img{
	width:110px;
	height:110px;
	padding:5px;
	margin:23px 0px 0px 23px;
	background-image:url(img/img_backg.png);
	background-position:center center;
	background-repeat: repeat;
	float:left;
}
.lb a:link, .lb a:active, .lb a:visited, .lb a:hover {
	width:120px;
	height:120px;
}
.kpage {
	position:absolute;
	height:12px;
	padding:5px 5px 10px 15px;
	top:50%;
	left:50%;
	margin-left:-441px;
	margin-top:155px;
	background-image:url(img/txt.png);
	background-position:center center;
	background-repeat: repeat;
}
.kpage a {
	color:#CCCCCC;
	font-size:12px;
	line-height:15px;
	text-decoration:none;
	
}
