@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}
html, body {
	height: 100%;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	line-height:1.5;
	background:url(images/bg.png) repeat;
}
a {
	outline:none;
}
b,strong {
	font-weight:bold;	
}
#container {
	width:1100px;
	min-height: 100%;
	height: 100%;
	position: relative;
	margin: 0 auto;
}
body>#container {
	height: auto;
}
.clear {
	clear:both;
}
#lang {
	width:60px;
	text-align:center;
	margin: 20px auto 30px;
}
#lang a {
	padding: 0;
	margin: 0 5px;
}
#footer {
	width: 100%;
	height: 200px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	color:#FFFFCC;
	vertical-align:middle;
}
#footer a {
	color:#FFFFCC;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#gotop{
	position:absolute;
	bottom:0;
	left:0;
	padding:10px;
	color:#FFFFCC;	
}
#gotop a{
	color:#FFFFCC;	
}
#gotop a:hover{
	text-decoration:none;	
}