@charset "utf-8";
body {
	font-family: "Century Gothic", Arial, Helvetica;
	background-color: #171112;
	/*background-image: url(graphics/backgroundGradient.png);
	background-repeat: repeat-x;*/
	margin: 0px;
	font-size: 14px;
}
.background {
	position: fixed;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	z-index: -1;
}
.background img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	min-width: 50%;
	min-height: 50%;
}
h1 {
	font-family: "Century Gothic", Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFF;
	line-height: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
p {
	font-family: "Century Gothic", Arial, Helvetica;
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
	color: #C8C8C8;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	font-variant: normal;
}
p a {
	font-weight: bold;
	color: #C8C8C8;
}
a {
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #171112;
}
a:hover {
	text-decoration: underline;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
span {
	font-size: 125%;
}
.menu {
	height: 122px;
	width: 100%;
	position: absolute;
	bottom: 38px;
}
.menu a:hover {
	font-size: 16px;
	text-decoration: none;
}
.visit {
	font-family: "Century Gothic", Arial, Helvetica;
	font-size: 12px;
	color: #C8C8C8;
	text-align: center;
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
.visit a {
	color: #C8C8C8;
}
.content {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 160px;
}
.logoCut {
	background-image: url(graphics/logoCut.png);
	height: 129px;
	width: 256px;
	margin-left: -5px;
}

.textbox {
	width: 560px;
	margin-bottom: 160px;
	position: absolute;
	top: 20%;
	left: 15%;
}
.sub {
	vertical-align: -20%;
}

