/* Reset - Thank You Eric */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
:focus {
	outline: 0;
	}
body {
	line-height: 1;
	color: black;
	background: white;
	}
ol, ul {
	list-style: none;
	}
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}

/* Layout */

body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height:16px;
	font-family: Arial, sans-serif;
	color: #000;
	height:100%;
	overflow:hidden;
	min-width:790px;
	}

#body-left {
	width:50%;
	height:100%;
	position:absolute;
	left:0;
	margin-left:-490px;
	}

#body-right {
	width:50%;
	height:100%;
	position:absolute;
	right:0;
	margin-right:-490px;
	}

/* Themes */

body.tg { background:#fff url(../themes/tigergate/images/body.center.jpg) no-repeat fixed 50% 50%;}
body.tg #body-left { background:url(../themes/tigergate/images/body.left.jpg) repeat-x 100% 50%;}
body.tg #body-right { background:url(../themes/tigergate/images/body.right.jpg) repeat-x 0 50%;}

body.kx { background:#000 url(../themes/kix/images/body.center.jpg) no-repeat fixed 50% 50%;}
body.kx #body-left { background:url(../themes/kix/images/body.left.jpg) repeat-x 100% 50%;}
body.kx #body-right { background:url(../themes/kix/images/body.right.jpg) repeat-x 0 50%;}

body.th { background:#000 url(../themes/thrill/images/body.center.jpg) no-repeat fixed 50% 50%;}
body.th #body-left { background:url(../themes/thrill/images/body.left.jpg) repeat-x 100% 50%;}
body.th #body-right { background:url(../themes/thrill/images/body.right.jpg) repeat-x 0 50%;}



 /* styles for IE 5 Mac */
 #horizon {
	background-color: transparent;
	position: absolute;
	top: 20px;
	left: 20px;
 }

/* hide me from cheap browsers! \*/

#horizon {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -300px;
	text-align: center;
	min-width: 780px; 
	}

/* that's enough now.. */

#container {
	position: relative;
	text-align: left;
	width: 780px;
	height: 582px;
	margin: 0px auto;
	padding:18px 0 0 0px;
	}
	
#content {
	width:780px;
	height:580px;
	}
	
#screen {
	width:380px;
	height:348px;
	padding:50px 50px 50px 350px;
	margin:0 0 72px 0;
	font:normal 10pt / 18px Arial, sans-serif;
	color:#eee;
	overflow:auto;
	}

p 	{
	padding:0 0 10px 0;
	}	

h1 	{
	display:none;
	}

h2 	{
	margin:10px 0 10px 0;
	font:normal 11pt/18px Arial, sans-serif;
	color:#ccc;
	text-transform:uppercase;
	letter-spacing:2px;
	border-top:1px #aaa solid;
	padding:10px 0 0 0;
	}
	
#nav {
	display:block;
	float:left;
	clear:both;
	width:780px;
	height:50px;
	background:url(../images/blank.gif) no-repeat 0 0;
	}

.tigergate {
	display:block;
	float:left;
	width:210px;
	height:50px;
	margin:0 0 0 60px
	}
	
.kix {
	display:block;
	float:left;
	width:130px;
	height:50px;
	}
	
.thrill {
	display:block;
	float:left;
	width:120px;
	height:50px;
	}

.lionsgate {
	display:block;
	float:left;
	width:190px;
	height:50px;
	}	
	
.tigergate span, .kix span, .thrill span, .lionsgate span {
	display:none;
	}