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

body {
	background-color: #000;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a:link {
	color: #FFF;
}
#main {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 100px;
}
#buttons {
	text-align: center;
	height: 35px;
}
#content {
	height: 400px;
}


#footer {
	color: #666;
	font-size: 10px;
	text-align: center;
	margin-top: 10px;
}
#links {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}
