body {
	width: 100%;
	background-image: url('tree.jpg');
	background-repeat: repeat-y;
}
#head {
	top: 0px;
	left: 100px;
	position: absolute;
}
#head h1 {
}
#menu {
	top: 10px;
	left: 0px;
	position: absolute;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	background: #fff;
	margin-left: 10px;
	padding: 0px;	
	width: 70px;
	height: 80px;
	list-style: none;
	margin-bottom: 20px;
	opacity: 0.9;
	border: 1px solid #555;
	text-align: center;
}

#menu li a{
	display: inline-block;
	height: 100%;
	width: 100%;
	padding-top: 20px;
	text-decoration: none;
	color: black;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 80%;
}
#menu li a:hover{
	text-decoration: underline;
}


#content {
	background: #fff;
	top: 80px;
	left: 100px;
	position: absolute;
}

h1, h2, h3 {
	font-family: sans-serif;
}