@charset "utf-8";
/* CSS Document */
body {
	background-color: #660000;
	background:url(images/bg.jpg) repeat-x;
	font-size:12px;
	margin:0;
}
a:link {
	color: #FFFFFF;
}
a:hover {
	color: #FF0000;
}
a:visited {
	color: #CCCCCC;
}
a:active {
	color: #FF0000;
	}
#bottom{
background-color:#000000;
width:100%;
height:100px;
margin:0;
color:#FFFFFF;
letter-spacing:1px;
}


