body {
    margin: 0;
    padding: 20px 0 20px 0;
    font: 12px Arial, Helvetica, sans-serif;
    color: #666;
    background-color: #222;
	text-align: center;
	background: url(../_img/bg.png) left top repeat;
	text-shadow: 0 0 0 #000;
}
a:link, a:visited, a:active {
    color: #666;
	text-decoration: none;
}
a:hover {
    color: #fff;
    text-decoration: none;
}
em {
    font-style: normal;
    color: #999;
}
img {
    border: 0;
}
#framework {
	margin: auto;
	text-align: left;
	width: 900px;
	
	/* needed to make nav columns all the same height */
	overflow: hidden;
}

/* MISC */
#flv {
    margin: auto;
}
.important {
    color: #fff;
}

/* MAIN CONTENT AREA */
#content {
	position: relative;
	width: 900px;
	height: 447px;
	background-color: #000;
	text-align: center;
}
#next, #prev {
    position: absolute;
	bottom: 0;
    width: 120px;
    height: 80px;
    text-indent: -3000px;
}
#prev {
	left: 0;
    background-image: url(../_img/prev.png);
    background-position: left bottom;
}
#next {
	right: 0;
    background-image: url(../_img/next.png);
    background-position: right bottom;
}

/* SIGNUP FORM */
#signup {
    margin: 15px 0;
}

/* SUBNAV */
#subnav * {
    font-size: 12px;
    font-weight: bold;
}
#subnav, #subnav li, #subnav ul, #subnav h2 {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#subnav li {
    border-top: 1px solid #666;
    clear: left;
}
#subnav li li, #subnav h2 {
    clear: none;
    border-top-width: 0;
    white-space: nowrap;
}
#subnav ul, #subnav li li, #subnav h2 {
    display: inline;
}
#subnav ul {
    float: left;
    background-color: #333;
    padding: 7px 10px;
}
#subnav a.section {
    color: #999!important;
}
#subnav li.hot a, #subnav a.section:hover {
    color: #fff!important;
}
#subnav li.copyright ul {
    float: right;
}
