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

A:hover {
	text-decoration: underline;
}
html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	width: 100%;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

#wrapper {
	vertical-align: bottom;
	width: 100%;
	background-color: #000000;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.nav_bg {
	background-image: url(images/logo_s.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
