	/*
	*******************************************
	*                                         *
	* CSS FOR WIZI                            *
	*                                         *
	* By Rasmus Frey <frey@verk.dk>           *
	*                                         *
	*******************************************
	**/
	body, html {
	margin:0px;
	padding:0px;
	height:auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	body {	
	text-align:center;
	background-color:#fff;
	}
	#container {
		position:relative;
		overflow:hidden;
		width:1000px;
		height:auto;
		background-color:#fff;
		margin: 0 auto;
		text-align:left;
		margin-bottom:25px;
	}
	#header{
		position:relative;
		height:145px;
		overflow:hidden;
		width:100%;
	}
	
	#navigation {
		position:relative;
		z-index: 20;
		height:82px;
	}
	
	#navigation #flashthing {
		position:absolute; 
		right:-10px;
		overflow:hidden;
		height: 82px;
	}
	
	#middlebox{
		position:relative;
		z-index: 10;
		width:auto;
		float:left;
		height:auto;
		overflow:hidden;
		min-height:300px;
		margin-left:49px;
		width:951px;
	}
	#middlebox div {
		z-index: 0;
		width:951px;
		overflow:hidden;
	}
	#middlebox a {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	}
	#middlebox a:hover {text-decoration:underline;}
	a img {border:none;}
	#footerx{
	
	clear:both;
	width:1100px;
	overflow:hidden;
	padding-top:50px;
	margin:0 auto;
	}
	#footerx ul {list-style-type:none; margin:0px; padding:0px;}
	#footerx ul li {float:left; display:inline;}

	