@charset "utf-8";
/* CSS Document written by landervs.be */
body{
	background-color: #02043D;
}

#container{
	margin: 0 auto;
	width: 951px;
}

#top{
	margin: 0px;
	float: left;
	width: 951px;
	height: 71px;
	background:url(../htmimg/layout_top.jpg) no-repeat;
}

#middle{
	margin: 0px;
	float: left;
	width: 951px;
	height: 361px;
	background:url(../htmimg/layout_right.jpg) top right no-repeat;
}

#menu{
	margin: 0px;
	float: left;
	width: 321px;
	height: 361px;
}

#iframe{
	margin: 0px;
	float: left;
	width: 612px;
	height: 361px;
}

#bottom{
	margin: 0px;
	float: left;
	width: 951px;
	height: 66px;
	background:url(../htmimg/layout_bottom.jpg) no-repeat;
}


