@charset "UTF-8";
/* CSS Document */

body {
	text-align: center;
	margin:auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF; 
	padding: 0px;
	background:left top fixed no-repeat #000000;
	font-size:100%;
    margin: 0px;
    padding: 0px;
}

body, #bg, #bg table, #bg td {
    height:100%;
    width:100%;
    /*overflow:hidden;*/
}
html {
    height:100%;
    width:100%;
    overflow:scroll;
}
img {
	border:none;
}


#bg {
    position: fixed;
	z-index:0;
}

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

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

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


#header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	position:relative;
	width: 1000px;	
	width: 100%;
	margin-left:10px;
	margin-top:10px;
	font-size:350%;
	}

.table {
	font-size:70%;
	padding:10px;
	margin-top:10px;
	line-height:15px;
	position: top;
}

.table2 {
	margin-top: 150px;
}

.table3 {
	margin-top:20px;
	font-size:100%;
	line-height:20px;
	color:#FFFFFF;
}


a {
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;	
	margin-top:15px;	
}


a:hover {
	text-decoration: none;
	color: #CC6666;
}

a:active {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

.icon {
	margin-left:5px;
	margin-right:5px;
	}
	

