body {
	background-image: url(./images/bg.jpg);
	text-align: center;
	display: block;
}
.clear {
clear: both;
}

#PageWrapper {
  margin: 10px auto;
  text-align: left;
  width: 700px;
}
div.logo {
	margin-left: 15px;
}
div.navi {
	display: block;
	margin-left: 30px;
	margin-top: 10px;
}
div.menu {
	float: left;
	background-image: url(./images/menu.png);
	text-align: center;
	width: 200px;
	height: 58px;
	z-index: 3;
	margin-left: -20;
}
div.menu strong {
	top: 36px;
	position: relative;
}

div.content {
	width: 700px;
	margin-top: 57px;
}
div.content div.content-top {
	width: 700px;
	height: 30px;
	background-image: url(./images/content_top.png);
	z-index: 1;
}
div.content div.content-center {
	background-image: url(./images/content_center.png);
	width: 700px;
	text-align: left;
}
div.content div.content-bottom {
	width: 700px;
	height: 30px;
	background-image: url(./images/content_bottom.png);
	z-index: 1;
}
div.content div.content-center div.content-box {
	padding: 20px;
}
a, a.visited {
	color: #000000;
	text-decoration: none;
}
.games table tbody tr td a {
	color: #000080;
}
div.menu:hover {
	top: -2px;
	position: relative;
	cursor: pointer;
}
div.menu:hover a {
	color: #FFFFFF;
}

.games table {
	width: 610px;
}
.ads-center {
	text-align: center;
}
.ads-left {
	position: absolute;
	left: 20px;
	top: 10px;
}
.ads-right {
	position: absolute;
	right: 20px;
	top: 10px;
}
#choose-lang {
	position: relative;
	top:-364px;
	left: 460px;
	background-image: url(./images/lang.png);
	width: 204px;
	height: 63px;
}
#choose-lang .x img {
	position: absolute;
	right: 5px;
	top: 5px;
	border: 0px;
}
#choose-lang .flag {
	position: absolute;
	left: 8px;
	top: 20px;
}
#choose-lang .flag img {
	margin-left: 5px;
}

a.stream,
a.stream:visited,
a.alternative-stream,
a.alternative-stream:visited {
	color: #000080;
}