html, body{
	height: 100%;
}
body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#wrapper {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	position:absolute;
	top:0;
	z-index:7000;
}
#wrapper #contentwrapper {
	margin: 0px auto;
	padding: 0px;
	width: 300px;
	top: 0px;
	background-image: url(/images/bg-content.png);
	background-repeat: repeat-y;
	min-height:100%;

}
#wrapper #contentwrapper #content {
	padding: 0px;
	width: 200px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrapper #contentwrapper #content #logo {
	margin-top: 50px;
	margin-bottom:25px;
}
#wrapper #contentwrapper #content .txt {
	text-transform: uppercase;
	line-height: 16px;
	margin-top: 25px;
	margin-bottom: 25px;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#FF5F00;	
}
#footer {
	background-image: url(/images/bg.png);
	height: 320px;
	width: 100%;
	bottom: 0;
	position:fixed;
	z-index:6000;
}

