/*
 *******************************************
 *                                         *
 * CSS FOR WIZI                            *
 *                                         *
 * By Anders Hesse 							           *
 *                                         *
 *******************************************
**/


body, html {margin:0px;padding:0px;height:auto;
background-image: url(../graphics/gradientBackground.gif);}


body {	
	text-align:center;
	background-image: url(../graphics/gradientBackground.gif);
}

#container {
	position:relative;
	overflow:hidden;
	width:890px;
	height:auto;
	background-color:#fff;
	margin: 0 auto;
	text-align:left;
	margin-top:25px;
	margin-bottom:25px;
}

	#header{
		position:relative;
		height:100px;
		overflow:hidden;
	}
		#header h1{
			margin-top:15px;
			margin-left:15px;
			font-size:200%;
			color:#996600;
		}
	
	#leftbox{
		width:200px;
		float:left;
	}
	
	#middlebox{
		width:490px;
		float:left;
	}
	
	#rightbox{
		width:200px;
		float:right;
	}
	
	#leftbox, #middlebox, #rightbox{
		position:relative;
		height:auto;
		overflow:hidden;
		min-height:300px;
	}
	
	#footer{
	color:#FFFFFF;
	height:23px;
	font-size:10px;
	padding-left:15px;
	}
	
	#padding{
	padding:15px;
	}