body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color:#999999;
}
body, td, th {
	font-size: 12px;
	vertical-align:top;
}
* {
	padding:0;
	margin:0;
}
div#wrapper {
	width:500px;
	margin:auto;
	padding:0;
	margin-bottom:20px;
}
div#page {
	margin-top:20px;
	width:100%;
	border-bottom:1px dashed #CCCCCC;
}
h1 {
	width:100%;
	display:block;
	border-top:1px dashed #CCCCCC;
	border-bottom:1px dashed #CCCCCC;
	background:#EFEFEF;
	line-height:50px;
	font-size: 26px;
	font-weight: bold;
	color:#090909;
	margin:6px 0px 6px 0px;
	
}
h2 {
	font-size:16px;
	font-weight:bold;
	margin-top:10px;
}
p {
	margin-bottom:6px;
}
img {
	border:none;
}
a, 
a:visited {
	color:#3366CC;
}
a:hover {
	color:#FF8800;
}

.thumb {
	text-align: center;
	width: 200px;
}

.copy {
	color: #AAAAAA;
	font-size: 10px;
}
table {
	width:100%;
}
th, td {
	text-align:left;
}
table#djs td {
	border-bottom:1px dashed #CCCCCC;
}

div#partners {
	font-size:10px;
}
input[type=checkbox] {
	margin-top:2px;
}
input, textarea {
	border: 1px solid #CCCCCC;
}
textarea:focus, 
input:focus {
	border:1px solid #FF8800;
}

div#skyscraper_right {
	width: 120px;
	height: 600px;
	float:right;
	position:absolute;	
	left:50%;
	margin-left:270px;
	top:140px;
}
div#skyscraper_left {
	width: 120px;
	height: 600px;
	float:right;
	position:absolute;	
	left:50%;
	margin-left:-390px;
	top:140px;
}