﻿* 
{
	margin: 0px;
	padding: 0px;
}

html, body {
	height: 100%;
}

body 
{
	background-color: #006940;		
}

#container {
	position: relative;
	width: 1000px;
	margin: 0px auto;
	height: 100%;
	text-align: center;
}

#inner {
	position: relative;
	height: 620px;
	z-index: 10;
	background-repeat:no-repeat;
}

#header {
	position:absolute;
	top:0px;
	left:3px;
	height:200px;
	width:990px;
	z-index: 20px;
	margin-left:3px;
}

#language {
	position:absolute;
	top:595px;
	right:8px;
	line-height:14px;
	text-align:right;
	font-size:10px;
}

#language a{
	color:#a29061;
	font-family:Arial, Helvetica, sans-serif;	
	font-weight:bold;
	text-decoration:none;
}

#language a:hover{
	color:#ffffff;
}

#navigation {
	position: absolute;
	width: 1000px;
	left: 0px;
	top: 337px;
	text-align: center;
	z-index: 20px;
}

#replay {
	position: absolute;
	right: 5px;
	top: 210px;
}

.replay 
{
	color: #a29061;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
}

.replay a
{
	color: #a29061;
	text-decoration: none;
}

.big-link {
	font-size:14px;
}
