@charset "UTF-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	background-attachment: fixed;
	background-color: #333333;
	background-image: url(pictures/background2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
img {
	border: 1px solid #FFFFFF;
}
a:link {
	color: #996600;
	text-decoration: none;
}
a:visited {
	color: #996600;
	text-decoration: none;
}
.headline {
	font-size: 12px;
	font-weight: bold;
}
.gray {
	color: #666666;
}
a:hover {
	color: #996600;
	text-decoration: none;
}
a:active {
	color: #996600;
	text-decoration: none;
}
#footer {
    clear:left;
    background:#000000;
    text-align:left;
    padding: 5px;
}
