body {
	background-color: #EACA94;
	background-image: url('images/main_bg.jpg');
	text-align: justify;
	font-family: arial, sans-serif;
	font-size:10pt;
}

img {
	border: 0px;
}

#main {
	margin: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 881px;
	height: 700px;
	background-color: white;
	border: 2px solid gray;
}

#top {
	height: 92px;
}

#meny {
	background-color: #676464;
	width: 881px;
	height: 25px;
	text-align: center;
	padding-top: 5px;
}

#meny a {
	color: white;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
}

#page {
	background-image: url('images/page_bg.jpg');
	height: 567px;
	overflow: auto;
	padding: 10px;
	padding-top:0px;
}