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

body {
	background-attachment: fixed;
	background-image: url(images/2009/10-21/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
	color: #FFFFFF;
}

a {
	color: #BFB082;
}

a:hover {
	color: #FFFFFF;
}

.buttons {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.buttons a {
	color: #000000;
	text-decoration: none;
}

.buttons a:hover {
	color: #FFFFFF;
}
