* {
	margin: 0;
	padding: 0;
}
body {
	background: #999;
}
h1 {
	color: #000;
	text-transform: uppercase;
	font-size: 11px; 
	font-family: sans-serif, Helvetica, Geneva, Arial, SunSans-Regular;
	text-align: left;
	border-bottom: 1px solid #903;
	margin-bottom: 2ex;
	margin-top: 4ex;
	font-weight: normal;
}
p {
	margin-bottom: 2ex;
}
a {
	text-decoration:none;	
}
a, a:visited {
   color: #fff;
}
a:hover {
	color: #fc0;
}
a:active {
	color: #666;
}
.sub {
	text-decoration:underline;
}
.tiny {
	font-size: 9px;
}
.first {
	margin-top: 0;
}
.black {
	color: #000;
}
a.agb:visited {
	color: #000;
}
a.agb, a.agb:active, a.agb:hover {
	color: #000;
}
a.agb:hover {
	text-decoration:underline;
}
#container { 
	position: absolute;
	font-family: sans-serif, Helvetica, Geneva, Arial, SunSans-Regular; 
	margin-top: -200px;
	margin-left: -300px;
	top: 50%;
	left: 50%;
	height: 400px;
	width: 600px;
	color: #000; 
	background: #fff;
	font-size: 11px;
	overflow: hidden;
}
#skyscraper {
	position: absolute;
	margin-top: -200px;
	margin-left: 300px;
	top: 50%;
	left: 50%;
	height: 400px;
	width: 123px;
}
#header {
	width: 100%; 
	background-color: #B63343; 
	height: 50px;
}
#header img {
	position: absolute;
	left:467px;
	top: 16px;
	width: 118px;
	height: 17px;
	border: 0;
}
#header ul {
	position: absolute;
	float: left;
	margin: 18px 0 0 -2px;
}
#header ul li {
	float: left;
	padding: 0 0 0 1.5em;
	list-style-type: none;
}
#content ul {
	margin: 0 0 2ex 1.3em; 
	line-height: 1.33;
}
#content #left {
	float: left;
	width: 270px;
	padding: 15px 10px 0 15px;
}
#content #right {
	float: right;
	width: 270px;
	padding: 15px 15px 0 10px;
}
#footline {
	position: absolute;
	border-bottom: 1px solid #903;
	width: 270px;
	left: 315px;
	top: 370px;
}

#startlogo {
	position: absolute;
	width: 274px;
	border-bottom: 1px solid #903;
	right: 13px;
	top: 22px;
	padding-bottom: 3px;
}

#startlogo img {
	border: 0;
	width: 200px;
	height: 48px;
}
#startleft, #startright {
	width: 270px;
	margin-top: 98px;
}
#startleft {
	float: left;
	padding: 15px 10px 0 15px;
}
#startright {
	float: right;
	padding: 15px 15px 0 10px;
}
#startfooter {
	clear: both;
	width: 100%; 
	background-color: #B63343; 
	height: 109px;
	position: absolute;
	bottom: 0;
}
#startfooter span.tiny {
	position: absolute;
	right: 60px;
	bottom: 72px;
}
#startbutton {
	text-align: center;
	margin-top: 77px;
}


