@charset "utf-8";

/* general */

body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #ffffffff;
	font-size: 11px;
	margin: 0; 
	padding: 0;
	color: #000000;
	background-image: url("../images/home_background.gif"); 
	background-repeat: no-repeat;
	background-position: top center;
}

#container { 
	width: 950px;  
	margin: 0 auto; 
	text-align: left;
	position: relative;
} 

/* top */

#topcontainer {
	width:950px;
	height: 100px;
}

#topleft { 
	height: 100px;
	width: 315px;
	float: left;
}

#topmiddle {
	height: 100px;
	width: 320px;
	float: left;
}

#topright { 
	height: 100px;
	width: 315px;
	float: right;
}

/* content */

#content {
	width: 450px;
	height: 65px;
	padding-left: 250px;
	padding-right: 250px;
}
#content p {
	padding: 0px;
	margin: 0px;
}

/* big buttons */

#bigbuttons { 
	padding-top: 15px;
	width:950px;
	position: relative;
}

#buttonleft { 
	float:left;
	text-align: right;
	width: 475px;
}

#buttonright { 
	float:right;
	text-align: left;
	width: 475px;
}
#img_left{
	float:right;
	width:317px;
}
#img_right{
	float:left;
	width:317px;
}
#flash_left{
	float:right;
	margin-top:50px;
	width:130px;
}
#flash_right{
	float:left;
	width:130px;
	margin-top:50px;
}
#reclameimage {
	position: absolute;
	z-index: 10000;
	top:396px;
	left:166px;
}
#sportimage {
	position: absolute;
	z-index: 10000;
	top:396px;
	left:503px;
}
