* { 
    margin: 0; 
    padding: 0; 
}

html, body, #bg, #bg table, #bg td, #cont {
    height:100%;
    width:100%;
    overflow:hidden;
}

body {
	background-color:#000;
}

#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 {
    position:absolute;
    top:0;left:0;
    z-index:2;
    overflow-y:auto;
}

.box { 
	margin-top: 170px;
    margin-right: 50px;
    float: right;
    width: 400px;
    padding: 30px;
    background: white; 
    font-family: arial, sans-serif;
}

.box h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:bold;
}

.box h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	font-weight:bold;
	text-decoration: underline;
}

#focus-stealer      { position: absolute; left: -9999px; }

.header {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .75;
	filter:alpha(opacity=75);
    margin-top: 20px;
    margin-left: 330px;
    padding-left: 10px;
	z-index: 2;
}

* html .header {
	filter: alpha(opacity = 75%);
}

div.titlecont {
    width: 100%;
    height: 100px;
    margin-top: 0px;
    position: fixed;
}

div.title {
    width: 326px;
    height: 100px;
    float: left;
    margin-top: 20px;
}

div.menu {
    color: #fff;
    font-family: arial;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: -1px;
    line-height: 15px;
    text-transform: uppercase;
    position: relative;
    top:38px;
}

div.menu a {
    color: #fff;
    text-decoration: none;
}

img {
	border: none;
}

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

lightbox {
	border-color: #ff0000;
	border-width:thin;
}