* {
	margin:0;
	padding:0;
}
html, body {
	min-height:100%;
	width:100%;
}
a {
	text-decoration:none;
}
img {
	border:none;
}

body {
	background-image: url(../images/body_back.png);
	background-position:center top;
	background-color:#484848;
	color: #FFF;
	font-family: Tahoma,Verdana, sans-serif;
	font-size:12px;
	background-position:top center!important;
	background-repeat: repeat-x;
	z-index:1;
}
#wrap {
	width:602px;
	min-height:100%;
	margin:0 auto;
}
#container {
	color:#fff;
	position: absolute;
	width:627px;
	height:424px;
	top: 37px;
	background-image: url(../images/logo.jpg);
	background-repeat:no-repeat;
}
#flags {
	position:absolute;
	top:330px;
	left:66px;
}
#flags li {
	list-style:none;
	width:60px;
	height:40px;
	float:left;
	background-color:#8C8C8C;
	margin-right:50px;
}
