@charset "UTF-8";
body {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #333;
}
.link:hover, .close:hover {
    color: #CCC;
}
a:hover, .close:hover {
    color: #CCC;
}
p {
    color: #CCC;
    font-size: 13px;
}
.orange {
	color: #F63;
}
.heading {
    color: #F63;
    font-size: 18px;
}
.close {
    color: #F63;
    cursor: pointer;
}
.link {
    font-size: 22px;
    color: #F63;
    cursor: pointer;
}
a {
    color: #F63;
    cursor: pointer;
    text-decoration: none;
}
.fadein {
    position:relative;
}
.fadein img {
    position:absolute;
    left:0;
    top:0;
}
.countdown {
      font-size: 2em;
      color: #F63;
      text-align: center;
    }

#container {
	width: 960px;
	margin: 0 auto;
	padding-left: 1px;
	padding-right: 1px;
    overflow: hidden;
}
#content {
	width: 960px;
	height: 717px;
	overflow-y: hidden;
}
#top {
    position: relative;
	background-color: rgba(0,0,0,0.65);
	height: 90px;
	z-index: 100;
}
#banner {
    float: left;
    width: 550px;
    height: 90px;
}
#nav {
    position: relative;
    float: left;
    width: 60px;
    top: 60px;
    left: 60px;
}
#social {
    float: right;
    position: relative;
    height: 20px;
	top: 60px;
    left: -10px;
}
#middle {
    position: relative;
    height: 592px;
}
#blurb {
    width: 840px;
    position: relative;
    background-color: rgba(0,0,0,0.65);
    padding: 10px;
	left: 50px;
    top: 30px;
    border-radius: 10px;
}
#bottom {
	position: relative;
	left: 50px;
	width: 860px;
    height: 35px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
    background-color: rgba(0,0,0,0.65);
}
#description {
    padding-top: 10px;
	padding-bottom: 10px;
	color: #CCC;
	text-align: center;
}
#disclaimer {
	color: #666;
	font-size: 10px;
	text-align: right;
    margin-top: 5px;
	margin-right: 2px;
}