* {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	background: #062A47 url('../images/bg.gif') repeat-x 0% 0%;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: -1px;
}

html > body {
	width: auto;
	height: auto;
}

p {
	margin: 15px 10px;
	line-height: 14px;
}

img {
	border: none;
}

ul {
	margin-left: 35px;
}
a {
	color: #FFF;
}
a:hover
{
	text-decoration: none;
}

div#global
{
	width: 776px;
	position: absolute;
	left: 50%;
	top: 30px;
	margin-left: -388px;
}
h1#title
{
	width: 223px;
	height: 53px;
	text-indent: -1000px;
	overflow: hidden;
	background: url('../images/logo.gif');
	margin-bottom: 10px;
	margin-left: 10px;
}


ul#lang
{
	background:#dcdcdc; 
	border:solid 1px #fff;
	list-style-type: none;
	text-align: center;
	margin: 4px 0 0 0;
	padding: 5px;
}

ul#lang li
{
	display: inline;
	padding: 0px 5px;
}
ul#lang img
{
	vertical-align: middle;
}
ul#lang a
{
	color:#333;
}

div#index
{
	width: 356px;
	height: 482px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -241px;
	margin-left: -178px;
}
