@charset "iso-8859-2";
/* CSS Document */

#centered {
	height: 200px;
	width: 200px;
	position:absolute;
	top: 50%;
	left: 50%;
	margin: -250px 0 0 -390px;
	background-color: #C8BBB0;
}

html {
	height: 100%;
	width: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background-color: #c8bbb0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
#message {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	margin-top: 185px;
	margin-left: 150px;
	width: 420px;
	height: 50px;
	padding-left: 20px;
	padding-top: 40px;
	background-image: url(images/alert_player.gif);
	padding-right: 20px;
	padding-bottom: 20px;
	text-align: center;
	line-height: 20px;
}
#top {
	height: 130px;
	width: 760px;
	background-color: #FAF9F8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EDE8E2;
}
#flags {
	padding-top: 55px;
	width: 700px;
	margin: auto;
	padding-left: 60px;
	padding-right: 0px;
	z-index:3;
	height: 90px;
	background-color: #FFFFFF;
}

#bottom {
	width: 760px;
	background-color: #FAF9F8;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EDE8E2;
	height: 205px;
}
.flag {
	background-image: url(images/language_button_up.gif);
	height: 36px;
	width: 115px;
	padding-top: 0px;
	font-size: 12px;
	padding-left: 0px;
	float: left;
	margin-right: 60px;
}
.flag a {
	color: #000000;
	text-decoration: none;
}
a {
	color: #000000;
}
#pixelsoup a {
	color: #999999;
	text-decoration: none;
}



.flag:hover{
	background-image: url(images/language_button_down.gif);
}

.flag img {
	margin-top: 10px;
	margin-right: 6px;
	margin-left: 12px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#logo_btm_right img {
	padding-left: 588px;
	padding-top: 143px;
}
#pixelsoup {
	font-size: 10px;
	background-color: #C8BBB0;
	padding-left: 10px;
}
