* {
	margin: 0;
	padding: 0;
}
html {
	font-size:62.5%;
}
body {
	font:0.9em Tahoma, Geneva, sans-serif;
	background:#1C1B1A url(../images_index/bg.jpg) repeat-x top left;
	background-color:#1C1B1A;
	/*word-wrap: break-word;*/
	height:auto;
	min-height:100%;
}
.invisible, hr {
	position: absolute;
	left:-5000px;
}
#superwrapper {
	width:100%;
	margin:0 auto;
	position:relative;
	overflow:visible;
	background:url(../images_index/superwrapper_image.jpg) no-repeat center top;
	height:auto;
	min-height:100%;
}
#wrapper {
	width:960px;
	position:relative;
	overflow:visible;
	margin:0 auto;
}
#header {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
#header h1 a {
	background:url(../images_index/logo.png) no-repeat bottom center;
	width:219px;
	height:114px;
	display:block;
	margin:0 auto;
}
#lang {
	text-align:right;
	color:#CCC;
}
#lang a {
	font-size:11px;
	color:#999;
	text-decoration:none;
}
#lang a:hover {
	text-decoration:underline;
}
#content {
	width:960px;
	padding-top:20px;
	line-height:16px;
}
#content p {
	font-size:12px;
	color:#CCC;
	padding-bottom:5px;
}
#content h2 {
	font-size:13px;
	color:#CBAE5E;
}
#content li {
	color:#CCCCCC;
	list-style:circle outside none;
	margin:20px;
}
#click {
	width:100%;
	color:#666;
	text-align:right;
	font-size:11px;
	padding-top:48px;
}
#footer {
	width:100%;
	border-top:1px solid #000;
}

#footer a{
	color:#999;
	text-decoration:none;
}
	
#footer p {
	width:960px;
	margin:0 auto;
	color:#999;
	font-size:1.2em;
	text-align:right;
	height:50px;
	padding-top:15px;
}
/*------------------------------gallery------------------------------*/

div.sc_menu {
	/* Set it so we could calculate the offsetLeft */
	position: relative;
	height: 142px;
	width: 960px;
	overflow: auto;
	margin-top:49px;
}
ul.sc_menu {
	display: block;
	height: 142px;
	width: 1500px;
	margin: 0;
	list-style: none;
}
.sc_menu li {
	display: block;
	float: left;
	padding: 0 31px 0 0;
}
.sc_menu a {
	display: block;
	text-decoration: none;
}
.sc_menu span {
	display: none;
	margin-top: 3px;
	text-align: center;
	font-size: 12px;
	color: #fff;
}
.sc_menu a:hover span {
	display: block;
}
.sc_menu img {
	border:none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.sc_menu a:hover img {
	filter:alpha(opacity=50);
	opacity: 0.5;
}
/* Here are styles for the back button, don't look at them */
#back {
	display: block;
	width: 500px;
	text-align: center;
	color: #003469;
	font-size: 16px;
}


