body {
	background:url(../img/bg.gif) repeat-x #111;  

}

a {
	outline: none;
}

:focus
{
  -moz-outline-style: none;
}

input {
border-width: 1px;
font-size: 12px;
color: orange;
border: none;
background-color: #F9F9F9;
}

select {
	color: orange;
	background-color: silver;
}

#allwrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	min-height: 600px;
	max-height: 800px;
	color: #c6c5c9;
	font-family: century gothic, helvetica, arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: normal;
	text-align: center;
	vertical-align: middle;
}

#content {
	text-align: left;
	width: 600px;
	height: 500px;
	position: absolute;
	border: none;
	margin: 20% auto auto 25%;
}
	
#content a, a:visited {
	text-transform: none;
	text-decoration: none;
	border: none;
	color: #c6c5c9;
}

#content a:hover {
	text-transform: none;
	text-decoration: none;
	border: none;
	color: orange;
}

#lowbar {
	position: absolute;
	height: 125px;
	right: 0px;
	left: 0px;
	bottom: 15%;
	background-color: #080808;
}

#lowbarlogo {
	bottom: 0px;
	right: 0px;
	position:absolute;
	vertical-align: bottom;
	padding-right: 30px;
}

.largetext {
	font-size: 40px;
	line-height: 40px;
}

