#container {
	display: block;
	float: center;
	width: 960px;
	border: 1px solid #CCC;
	margin-top: auto;
	margin-right: auto;
}

#main {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCC;
	width: 960px;
	float: left;
}
#footer {
	float: left;
	height: 80px;
	width: 960px;
}

#menu {
	display: block;
	padding: 0px;
	float:left;
}
#bodytext {
	display: block;
	width: 650px;
	padding-top: 15px;
	padding-left: 5px;
	margin-left: 270px;
}
#banneri {
	background-color: #FFF;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
#main #bodytext {
	font-size: 14px;
}

