body {
	background-color: #000;
	text-align: left;
	color: #FFF;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: center top;
}

a:link {
	color: #FFF;
	font-size: 14x;
	text-decoration: none;
}

a:visited {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #FFF;
	text-decoration: underline;
}

a:active {
	color: #FFF;
	text-decoration: none;
}

h1 {
	font-family: "Comic Sans MS", cursive;
	font-size: 24px;
	font-weight: bold;	
	}

#wrapper {
	height: 595px;
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.transparent {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

#left {
	float: left;
	width: 250px;
	height: 595px;
}

#right {
	float: right;
	width: 700px;
	min-height: 595px;
}

#lang_box {
	float: right;
	clear: right;
	margin: 0;
	height: 20px;
}

#menu {
	float: right;
	clear: right;
	margin-top: 0px;
	/* border: solid 1px #FFF; */
}

.big_title {
	font-size: 24px;
	color: #827839;
	}

.footer {
	float: right;
	width: 800px;;
	margin-top: 10px;
	text-align: center;
}

.footer-warning-text {
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	padding: 10px;
	}

a.footer  {	
	color: #663300;
	padding: 15px;
}

a.footer:hover {	
	color: #FF9900;
}
