@charset "utf-8";
/* CSS Document */

/* Global CSS settings */
* { 
	margin:0;
	padding:0;

}
html, body,#bg, #bg table,#bg td,#cont {
	width:100%;
	height:100%;
	overflow:hidden;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #000;
}


/* HUGE Background Image */
#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;
}


/* Headings and text */
h2 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:36px;
	padding-bottom: 20px;
}
a {
	text-decoration:none;
	outline:none;
}
p {
	padding-bottom: 10px;
	padding-right: 100px;	
}


/* Main Text Container */
#cont {
	position:absolute;
	top:0;
	left:0;
	z-index:70;
	overflow:auto;
}
#logo {
	display: block;
	width: 264px;
	height: 149px;
	background-image:url(../images/CTL-logo.png);
	}
.box{
	top:150px;
	width:100%;
	background-color: #000;
	color: #fff;
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
}

/* Footer Navigation Menu */
#menu {
	position:absolute;
	bottom:20px;
	left: 141px;
	z-index: 80;
	width: 100%;
	line-height: 12px
}
#menu div{
	height:56px;
	background:#000;
	opacity:0.6;
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	padding:7px 0 0 7px;
}
h1{
	position:relative;
	left:-141px;
	margin-bottom:-63px;
	width:140px;
}
h1 a{
	color:#fff;
	background:#000;
	font-size:11px;
	text-align:right;
	display:block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 41px;
	padding-left: 0;
}
ul {
	float:left;
	width:150px;
	list-style:none;
}
li a {
	padding:0 5px;
	font-weight:bold;
	color:#999;
	display:block;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
}
li a:hover {
	color:#fff;
}