html {
	height:100%;
	background:#fefefe;
}

body {
	margin: 0px;
	padding: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	background:#fefefe url(img/bg.jpg) no-repeat left top;
	height:100%;
}

.wrapper {
	margin:0 30%;
	float:left;
	height:100%;
	margin-bottom:-70px;
}

a .logo {
	margin-top:180px;
	position:relative;
	width:531px;
	height:288px;
	padding:0px;
	background:url(img/logo.png) no-repeat left top;
}

a:hover .logo {
	position:relative;
	width:531px;
	height:288px;
	padding:0px;
	background:url(img/logo_hover.png) no-repeat left top;
}


h1 {
	position:absolute;
	top:85px;
	left:192px;
	text-indent:-9999px;
	overflow:hidden;
	width:400px;
	height:40px;
	background:url(img/h1.png) no-repeat left top;
}

p {
	width:480px;
	text-align:right;
	margin-top:-25px;
	font: 15px Arial, Helvetica, sans-serif;
	font-style: italic;
}

.footer {
	width:100%;
	clear:both;
	position:relative;
	height:45px;
	background:#ff7300;
	padding-top:20px;
	border-top:5px solid #d56000;
}

.footer p {
	margin:0 26%;
	font-weight:bold;
	color:#000;
	font-size:20px;
}

.footer a {
	color:#6c3100;
}

.footer a:hover {
	color:#ffb375;
}