* {
    border: 0;
    margin: 0;
    padding: 0;
}

body {
background: #000;
}

#container {
background: #000;
overflow: hidden;
}


#head
{
    z-index: 15;
    top: 0;
    left: 0;
    position: fixed;
    margin: 0;
    padding-left: 10px;
}


#main {
position: absolute;
text-align: center;
}



h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size:24px;
	line-height: 29px;
	font-weight: normal;
	padding: 0 10px;
text-transform: uppercase;
}


h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size:18px;
    line-height: 26px;
	font-weight:bold;
	padding-top:10px;
	padding-right:20px;
}

.sidebar {
	text-transform:uppercase;
    font-family:Geneva, Arial, Helvetica, sans-serif;
    font-weight: normal;
	font-size:16px;
	text-align: right;
}

a, a:visited {color: #ffffff; border-bottom: dashed 1px ; text-decoration:none;}

a.white_sidebar {
    color:#999999;
    text-decoration: none;
border: none;
}
a.white_sidebar:visited {
    color: #999999;
}
a:hover, a.white_sidebar:hover {
    color:#fff; border: none;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

p {
    color: #666666;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    text-align:justify;
	padding-right:20px;
}
