#body{
	width: 900px;
}
#container{
	width: 900px;
}
#header{
	width: 800px;
	height: 100px;
	background-image: url('data/topber.gif');
}
#main-image{
	width: 720px;
	background-color: yellow;
	float: right;
}
#submenu{
	width: 180px;
	height: 500px
	background-image: url('data/menu-back.jpg');
	float: left;
}
#main{
	width: 450px;
	background-color: red;
	float: left;
}
#sidemenu{
	width: 170px;
	background-color: green;
	float: right;
}
#bottom{
	width: 800px;
	background-color: black;
}