@charset "utf-8";
body, html {
	margin: 0px;
	height: 100%;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	color: #000000;
}
#bgimg {
	background-image: url(images/bg1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 100%;
	width: 100%;
}


#wrapper {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
}
	 
#content {
	width: 852px;
	height: 452px;
	margin-left: -450px;
	position: absolute;
	top: -250px;
	left: 50%;
	background-image: url(images/contentbg.png);
	background-repeat: no-repeat;
	padding: 48px;
}#topbar {
	float: left;
	height: 82px;
	width: 804px;
	position: relative;
	text-align: right;
}
#middle {
	float: left;
	height: 170px;
	width: 804px;
	position: relative;
	padding-top: 100px;
	text-align: center;
}
#footer {
	position: relative;
	width: 804px;
	float: left;
	text-align: center;
	text-decoration: none;
}
#footer a:link {
	text-decoration: none;
	color: #000000;
}
#footer a:hover {
	text-decoration: underline;
}


#topbar img {
	float: left;
	position: relative;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#bgchanger {
	float: left;
	height: 38px;
	width: 240px;
	margin-left: 165px;
	position: relative;
}

