@charset "UTF-8";

img, div { behavior: url(_script/iepngfix.htc) }


body, html {
	margin: 0px;
	padding: 0px;
	background-image: url('../_img/brown_pattern.jpg');
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 160%;
	}
	
p {
	color: #FFF;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
img{
	border: none;
	}
	
p.intro {
	color: #2c1607;
	}

a, a:visited {
	color: #e7daa9;
	text-decoration: none;
	}

a:hover {
	color: #e7daa9;
	text-decoration: underline;
	}	
#container{
	margin: 0px auto;
	width: 934px;
	}
	
#wrapper, #header{
	float: left;
	}
	
#footer{
	float: left;
	padding: 0px 0px 50px 0px;
	}

#advertisement{
	background-image: url('../_img/ad_bg.png');
	height:288px;
	width: 912px;
	float: left;
	padding-left: 22px;
	}


#sub_container, #poo_container{
	background-image: url('../_img/transparent_panel.png');
	height: 330px;
	float: left;
	width: 934px;
	overflow: hidden;
	}
	
#poo_container{
	padding-left:22px;
	height:auto;
}

#intro{
	background-image: url('../_img/intro_bg.png');
	height: 256px;
	float: left;
	width: 934px;
	}
	
#float {
	float: left;
	width: 875px;
	padding-left: 59px;
	}
	
#game_buttons {
	float: left;
	width: 845px;
	padding-left: 75px;
	margin-top: 10px;
	}
	
#float_right {
	float: left;
	}
	
#col {
	width: 256px;
	float: left;
	margin-right: 25px;
	}

#col_four {
	width: 190px;
	float: left;
	margin-right: 19px;
	}

#col_four_text {
	width: 190px;
	float: left;
	margin-right: 19px;
	margin-top: 10px;
	}
	

#spiel{
	float: left;
	width:377px;
	padding-left: 55px;
}
a.button, a.button:visited {
	background-image: url('../_img/button.gif');
	background-position: top;
	width: 225px;
	height: 25px;
	display: block;
	padding-top: 5px;
	text-align: center;
	overflow: hidden;
	}
	
a.button:hover{
	background-position: bottom;
	text-decoration: none;
	color: #FFF;
	}
