@charset "UTF-8";

body {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

#wrap {
	margin-left: auto;
	margin-right: auto;
	width: 790px;
	padding-left: 10px;
	text-align: center;
	margin-top: 10px;
	}
	
.forcer {
	clear: both;
	margin-bottom: 80px;
	}
	
.contentleft {
	width: 400px;
	float: left;
	}

.contentright {
	width: 380px;
	float: left;
	}

.footer {
	border-top: #666666 1px solid;
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: right;
	}

a {
	color: #FFFFFF;
	text-decoration: none;
	}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
