@charset "UTF-8";
/* CSS Document */


a:link {
	color:#999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color:#CCC;
}
a:active {
	text-decoration: none;
	color: #CCC;
}
.footertext {
	font-family:'Century Gothic';
	font-size:10px;
	color:#666;
	text-align:center;
}
#footer {
	width:100%;
	height:40px;
	padding:inherit;
	margin-bottom:-20px;
	bottom:5%;
}
#another {
	position:relative;
	margin:auto;
	width: 100%;
	min-height:100%;
	height: auto !important;
	height: 100%;
	padding-bottom:50%;
	z-index:6;

}
