body {background-color: #5c5e60;text-align: center;}
* { 
    margin: 0; 
    padding: 0; 
}

html, body, #bg, #bg table, #bg td, #cont {
    height:100%;
    width:100%;
    overflow:hidden;
}
a	{
	color: #d3d7dc;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}

#bg { 
    position: fixed; 
}

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

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

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}
#maincontent{
	position: absolute;
	left: 80px;
	width: 300px;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.6);
	height: 100%;
	font-family: Helvetica, Verdana;
	color: white;
	}
.plainlist {list-style: none;}
