body {
	margin-top: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url(img/world.gif);
	background-color: #D8D2C0;
	background-position: center top;
}
#logofelt {
	height: 188px;
	width: 100%;
	text-align: center;
	margin-top: 150px;
}
p {
	font-size: 0.8em;
	text-align: center;

}
a:link {
	color: #CC0000;
}
a:hover {
	color: #990000;
}
a:active {
	color: #999999;
}
a:visited {
	color: #CC0000;
}
