@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#wrapper {
	width: 955px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#wrapper #text {
	width: 550px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 280px;
	padding: 0px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	margin: 20px 0px 0px;
	padding: 0px;
	display: block;
	width: 500px;
}
.text {
	display: block;
	width: 400px;
	line-height: 18px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#wrapper #logo {
	position: absolute;
	height: 232px;
	width: 300px;
	top: -40px;
	left: -35px;
	background-image: url(images/logo_layered.gif);
}
#wrapper #footer {
	color: #FFFFFF;
	margin-left: 370px;
	margin-top: 20px;
	font-size: 10px;
}
#wrapper #footer a {
	color: #FFFF00;
	text-decoration: none;
}
#wrapper #footer a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
 img, div { behavior: url(iepngfix.htc) 
 }
#wrapper #left_img a {
	color: #000000;
	text-decoration: none;
	font-size: 8px;
}

