body{
	background-color: #77aaff;
	background: url('/img/36original.jpg') repeat;
	background-attachment: fixed;
	font-family: verdana;
	font-size: small;
}

#button:hover {
	background: url('/img/menutry3hover.png') no-repeat;
}

#veranera {
	background-image: url(/img/veranera3.png);
	background-repeat: no-repeat;
	z-index:-1;
	width: 300px;
	height: 800px;
	position: fixed;
	top:0;
	left:0;
}

#maincontainer {
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	width: 800px;
}

#head, #content, #footer {
	border: solid 2px;
	border-color: #FF9933;
	background-color: white;
}

#head {
	background:url('/img/headbg3.png');
	height:164px;
}

#logo {
	height: 130px;
	width:442px;
	background:url('/img/logo2.png');
	background-repeat: no-repeat;
	margin-left:auto;
	margin-right:auto;	
}

#navigation {
	text-align:center;
	text-decoration: none;
	width:800px;
	height: 34px;
}

#button {
	text-align: center;
	padding-top: 3px;
	margin-left:15px;
	display:inline-block;
	height: 25px;
	width: 80px;
	text-decoration: none;
	color:brown;	
	background: url('/img/menutry3.png') no-repeat;
}

#content {
	margin-top: 15px;
	padding: 30px 50px;
	min-height: 350px;
}

#footer {
	margin-top: 7px;
	padding: 5px 50px;
	text-align: center;
}