body {
   background-image:url('back.png');
   background-attachment:fixed;
   background-repeat:no-repeat;
   background-color:#f2ec94;
   margin: 0;
   padding: 0;
   color: black;
   font-family: Verdana, sans-serif;
   font-weight: bold;
}
img {
	border-width: 0;
}
#content {
	margin-left: 160px;
	position: absolute;
	top: 400px;
}
.message {
   margin-bottom: 1em;
}
.message img {
   border-style: solid;
   border-width: 4px;
   border-color: #000000;
}

.title {
	color:#9fa66a;
	font-weight: bold;
	font-size:30px;
}
#rss {
	position: absolute;
	top: 2px;
	right: 2px;
}

#cv {
	position: absolute;
	top: 2px;
	right: 54px;
}
li {
   list-style-type:none;
   display:inline;
}
a {
	color : #474a2f;
	font-size: 110%;
	text-decoration : none;
	line-height: 1.1em;
}

a:hover {
	color: #568a26;
}
#dates {
	position: absolute;
	top: 50px;
	left: 440px;
	font-size:25px;
}
#contactinfo {
   visibility:hidden;
}
