/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/

* { 
    margin: 0; 
    padding: 0; 
}
a:link {
	text-decoration: none;
	color: #FFF;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	color: #FAA;
	text-decoration: none;
}
a:active {
	color: #FAA;
	text-decoration: none;
}



html, body, #bg, #bg table, #bg td, #cont {
	height:100%;
	width:100%;
	overflow:hidden;
	font-family: Tahoma, Geneva, sans-serif;
}
body {
	background-color: #000;
}

#bg { 
    position: fixed; 
}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}

#cont {
	height:60px;
	position:fixed;
	bottom:0px;
	left:0px;
	z-index:70;
}

.stitle{
	color:#FFF;
	text-align:left;
	width:200px;
	float:left;
	height:60px;
	z-Index: 1;
	position: absolute;
	padding-left:8px;
	padding-top:5px;
}

.stitle li{
	text-transform: lowercase;
	font-size: 9px;
	letter-spacing: 1px;
}

.ftitle{
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 2px;
	font-family: Verdana, Geneva, sans-serif;
}

.scontent{
	position: absolute;
	height:60px;
	left:0px;
	width:100%;
	background: black;
	color: #FFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
	z-Index: 0;
}

.scontent p{
	font-size: 10px;
	text-align: justify;
	width: 450px;
	margin-left: auto ;
	margin-right: auto ;
}

.intro{
	font-size: 20px;
	float: left;
	padding-right: 5px;
}