body {
	overflow: auto;
}
#container {
	width: 860px;
	height: 540px;
	border: 1px solid #999;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	left: 0px;
	top: 0px;
}
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 860px;
	height: 170px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
}
#menu {
	position: absolute;
	top: 170px;
	left: 0px;
	width: 227px;
	height: 370px;
}
#content {
	position: absolute;
	top: 170px;
	left: 227px;
	width: 633px;
	height: 370px;
	overflow: auto;
	background-image: url(../images/motivum.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	font-family: Comic Sans MS;
	font-size: 14px;
	font-weight: bold;
	color: #782A02;
}
#text {
	width: 595px;
	text-align: right;
	padding: 10px;
}