@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	font-size: 10px;
	background-color:black;
	background-image: url('background.jpg');
	background-repeat: repeat-x;
	text-align: center;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#container {
	width: 1000px;
	float: left;
	height:500px;
}

.breaker {
	width: 1000px;
	float: left;
	clear: left;
}

.menu {
	width: 567px;
	margin-top: 364px;
	margin-left: 25px;
	height: 24px;
	float: left;
	display: inline;
}

.header {
	width:216px;
	height: 37px;
	float: left;
	display: inline;
	clear: left;
	margin-top: 35px;
	margin-left: 25px;
}

.text {
	width: 600px;
	float: left;
	clear: left;
	display: inline;
	margin-left: 40px;
	margin-top: 15px;
}

.rightitem {
	width: 250px;
	float: left;
	display: inline;
	margin-left: 50px;
	margin-top: 30px;
}

p {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #e1e1e1;
}

p.small {font-size: 10px;}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
}

.footer {
	width: 950px;
	float: left;
	clear: left;
	height: 150px;
	margin-top: 50px;
	margin-left: 25px;
	display: inline;
}

a:link, a:visited {
	color: #990000;
	text-decoration: none;
}

a:hover, a:active {
	color: #999999;
	text-decoration: underline;
}

img {border:0;}

.text img {margin:10px;}