@import url('reset.css');
* {
	border:0px solid #eee;
	margin:0;
	padding:0;
	list-style:none
}
html, body, #bg, #bg table, #bg td, #cont {
	width:100%;
	height:100%;
	overflow:hidden
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CCC;
	background-image: url(../images/loading.gif);
}
h1, h2, h3, .large, .left {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:40px
}
h2, .box div img {
	padding-bottom:10px
}
a {
	text-decoration:none;
	color:#F3C;
	border:none;
	outline:0;
}
a:hover {
	text-decoration: underline;
}
img {
	display:block;
}
#bg div {
	position:absolute;
	width:200%;
	height:200%;
	top:-50%;
	left:-50%
}
#bg td {
	vertical-align:middle;
	text-align:center
}
#bg img {
	min-height:50%;
	min-width:50%;
	margin:0 auto
}
#cont {
	position:absolute;
	top:-4px;
	left:-65px;
	z-index:70;
	overflow:auto
}
#top-edge {
	position:absolute;
	top:0px;
	z-index:82;
	width:100%;
	line-height:12px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-color: #000;
}
#menu {
	position:absolute;
	bottom:0px;
	z-index:80;
	width:100%;
	line-height:12px;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#menu div {
	height:74px;
	color: #999;
	padding-top: 7px;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 12px;
	background-color: #000;
}
.pose img {
	position:absolute;
	right:70px;
	bottom:20px;
	z-index: 60;
}
.box {
	position:absolute;
	bottom:20px;
	right:240px;
	width:620px;
	padding-bottom:100px;
}
.box div {
	line-height:1.5em;
	background:#000;
	opacity:0.8;
	filter: alpha(opacity = 80);
	width: 620px; /* stupid IE */
	border: 1px solid #FFF;
	padding: 20px;
	height: 410px;
}
.box div a {
	font-weight: bold;
	color: #F3C;
}
.box div left {
	float: right;
}
.comedy-img {
	position:absolute;
	right:180px;
	bottom:140px;
	z-index: 50;
}
.comedy-spacer {
	padding-bottom:0px;
}
.large {
	text-align:right;
	bottom:20px;
	right:200px;
	font-size:13px
}
.left {
	text-align:left;
	right:200px;
	left:auto;
	font-size:12px
}
.large h2 {
	font-size:42px;
	color: #F3C;
}
.large h3 {
	font-size:24px;
	color: #FFF;
	line-height:28px;
	padding-right: 90px;
}
.large h4 {
	font-size:16px;
	color: #F3C;
	line-height:28px;
	padding-right: 90px;
	padding-top: 10px;
}
.large p {
	color: #FFF;
	padding-top: 10px;
	padding-right: 90px;
}
.white {
	color:#fff
}
ul#minitabs {
	list-style: none;
	margin: 0;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0px;
}
ul#minitabs li {
	display: inline;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
}
ul#minitabs a {
	text-decoration: none;
	padding: 0 0 3px;
	border-bottom: 1px solid #FFF;
	color: #999
}
ul#minitabs a#current {
	border-color: #F3C;
	color: #FFF
}
ul#minitabs a:hover {
	border-color: #F3C;
	color: #666
}
.links {
	margin-left: 10px;
	margin-top: 10px;
	line-height: 30px;
}

