body {
margin: 0;
padding: 0;
background-color: #b3b3b3;
position: relative;
background: url(http://images.virtualcurator.com/default/artworks/mediums/11/rgbtest2.jpg);
}

.bodytext {
	color : black;
	font-family: "marker felt","comic sans ms",sans-serif;
	margin: auto;
	width:200px;

}


a.bodytext,
a:visited,
a:hover,
a:active {
	color : black;
	text-decoration : underline;
}

#content {
	width: 200px;
	height: 200px;
	position: absolute;
	top: 50%;
	margin-top: -100px;
}
