@charset "utf-8";
/* CSS Document */

html {
 	overflow: auto;
}
body {
 	height: 100%;
	overflow: auto;
	width: 100%;
	margin:0;
    padding:0;
}
body {
	background: #000 no-repeat 0 0 fixed;
}
body {
	margin: 0;
	padding: 0;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
}
h1 {
	font-size: 2.6em;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	letter-spacing: -.05em;
}
h2 {
	font-size: 1.5em;
	color: #f00;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 5px;
}
strong {
	color: #f00;
}
a {
	text-decoration: none;
}
#container {
	width: 990px;
	position: absolute;
	margin: 25px 0 0 25px;
	overflow: visible;
	z-index: 20;
}
#left {
	width: 218px;
	float: left;
	margin-left: 25px;
}
#language {
	/*width: 25px;*/
	line-height: 2em;
	margin: 10px 0 0 720px;
	padding-left: 5px;
	padding-right: 5px;
	position: absolute;
	z-index: 30;
	background: #fff;
	font-size: .8em;
	text-align: center;
}
#language a:link {
	color: #000;
}
#language a:hover {
	color: #f00;
}
#copy {
	width: 188px;
	margin: 550px 0 0 50px;
	padding: 0 15px;
	position: absolute;
	z-index: 25;
	font-size: .85em;
	color: #fff;
	background: #222;
	line-height: 2.5em;
}
#copy a:link {
	border-left: #222 solid 1px;
	color: #fff;
}
#copy a:hover {
	border-left: #f09 solid 1px;
	background: #fff;
	color: #222;
}
#logo {
	width: 100%;
	height: 180px;
	background: #f00;
}
#logo a img {
	margin: 15px 22px;
	border: 0;
}
#menu {
	width: 218px;
	margin-top: 10px;
	float:left;
}
#menu ul, #right ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul li {
	display: inline;
}
#menu a {
	width: 168px;
	margin-top: 7px;
	float: left;
	background: #f00;
	font-size: 1.4em;
	color: #fff;
	line-height: 2.1em;
	padding: 0 25px;
}
#menu a:link, #menu a:visited {
	color: #fff;
	text-decoration: none;
	background: #f00;
}
#menu a:hover {
	background: #c00;
	color: #fff;
}
#menu1 li a#current {
	background: #c00;
}
#center {
	width: 430px;
	float: left;
	margin-left: 25px;
	background: #fff;
	padding: 20px;
	color: #222;
	text-align: justify;
}
#center .album {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
#center .album a {
	border-bottom: none;
}
#center .album a:hover {
	border-bottom: none;
}
#center .album ul {
	list-style: none;
	margin: 0;
	display: inline;
}
#center .album ul li {
	float: left;
	margin: 0 2px 10px 2px;
}
#center .album ul li a img {
	border: solid #f4f4f4 1px;
}
#center .album ul li a:hover img {
	border: solid #f00 1px;
}
#center a {
	border-bottom: 1px #666 dotted;
	color: #666;
}
#center a:hover {
	border-bottom: 1px #f00 dotted;
	color: #f00;
}
#right {
	width: 219px;
	float: right;
	background: #000;
	padding: 7px 4px;
}
#right ul li {
	width: 42px;
	height: 42px;
	margin: 0 6px 10px 6px;
	float: left;
}
#right ul li a img {
	border: solid #222 1px;
}
#right ul li a:hover img {
	border: solid #f00 1px;
}
#bg_container {
	height: 100%;
	_height: 840px;
	width: 100%;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	position: fixed;
}

.error {
    color: #f00;
}
