@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	
	font-family: Calibri, Geneva, Verdana, Arial;
	font-size: 14px;
	color:#232323;
	
	background-image:url(../images/background.jpg);
	background-position:top;
	background-attachment:scroll;
	background-repeat:repeat-x;
	background-color: #000000;
}

.footer, .footer a:link, .footer a:visited, .footer a:active {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration:none;
}

.footer a:hover {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration:underline;
}

.header {
	font-weight: bold;
	font-size: 18px;
	color: #fd5209;
}
