@charset "UTF-8";
/* CSS Document */

html, body {
    height: 100%;
}

body {
	min-width:960px;
	background-color:#000;
	background-image:url(../imgs/top-tile.gif);
	background-attachment:scroll;
	background-position:center bottom;
	background-repeat:repeat-x;
	padding-bottom:10px;
	height:100%;
}

#container {
    position: relative;
    min-height: 100%;
    height: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: auto;
	background-image:url(../imgs/bg-tile.gif);
	background-position:center;
	background-repeat:repeat;
}
	
html>body #container {
    height: auto;
}

#wrapper {
		margin:0 auto;
		background-image:url(../imgs/top-tile.gif);
		background-attachment:scroll;
		background-position:center top;
		background-repeat:repeat-x;
}

#header {
	margin:0 auto;
	width:960px;
	height:96px;
}

#header img.title {
	margin:51px 0 0 63px;
}

#header img.logo {
	margin:38px 14px 0 0;
	float:right;
}

#navWrapper {
	margin:0 auto;
	height:71px;
	background-image:url(../imgs/mini-divider.gif);
	background-attachment:scroll;
	background-position:center bottom;
	background-repeat:repeat-x;
}

#nav {
	margin:0 auto;
	width:960px;
	padding:13px 0 0 0;
}

#nav img.reel {
	margin:0 0 0 63px;
}

#nav img.divider {
	padding:0 6px 0 6px;
}

.tvcWrapper {
	margin:0 auto;
	background-image:url(../imgs/mini-divider.gif);
	background-attachment:scroll;
	background-position:center bottom;
	background-repeat:repeat-x;
	background-color:#000;
	padding: 9px 0 9px 0;
}

.tvc {
	margin:0 auto;
	width:960px;
}

.tvc img.thumbs {
	padding:0 9px 0 0;
}

.info {
	width:238px;
	text-align:right;
	padding:0 7px 0 0;
	float:left;
	font-family: "Courier New", Courier, monospace;
}

.info a {
	font-size:11px;
}

.info a:visited {
	color: #ec008c;
}

.info img {
	padding:0 0 10px 0;
}

.info img.watch {
	padding:10px 0 0 0;
}

#footerWrapper {
	margin:0 auto;
	min-height:193px;
}

#footer {
	margin:0 auto;
	width:714px;
	padding:9px 0 0 246px;
	font-family: "Courier New", Courier, monospace;
}

#footer p {
	font-size:12px;
	color:#fff;
}

#contentWrapper {
	margin:0 auto;
	background-image:url(../imgs/mini-divider.gif);
	background-attachment:scroll;
	background-position:center bottom;
	background-repeat:repeat-x;
	background-color:#000;
	padding: 9px 0 9px 0;
}

#content {
	margin:0 auto;
	width:385px;
	padding:9px 329px 0 246px;
	color:#fff;
	font-family: "Courier New", Courier, monospace;
}

#content p {
	font-size:12px;
	line-height:17px;
	margin:0 0 12px 0;
}

#content table {
	font-size:11px;
	line-height:17px;
	margin:0 0 12px 0;
	padding:12px 0 0 0;
}


a { text-decoration:none }
a:link    { color: #00aeef; }    /* unvisited links */
a:visited { color:#ed008c; }   /* visited links   */
a:hover   { color: #0f75bc; } /* user hovers     */
a:active  { color: white }   /* active links    */

#fsDemo {
	background: #000;
	height: 44.1em;
	margin: 2.7em 0;
	position: relative;
}

#fsDemo p { 
	padding: 1.5em; 
}

