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

A:link {
	color: #666; 
	text-decoration: none;
}

A:visited {
	color: #666;
	text-decoration: none;
}
	
A:active {
	color: #666;
	text-decoration: none;
}
	
A:hover {
	text-decoration: overline; 
	color: #CCC;
}

#header {
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 89px;
	background-color: #000;
	z-index:99;
}
#menu {
	position: absolute;
    top: 70px;
    right: 35px;
    width: 600px;
    height: 18px;
	text-align: right;
}
 #mainContent {
	background: #FFFFFF;
	position: absolute;
    top: 89px;
    bottom: 58px;
    left: 0px;
    width: 100%;
	white-space: nowrap;
}
#mainContent img {
	vertical-align: middle;
	margin-right: 20px;
	margin-left: 20px;
	}
#footer {
 	position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 58px;
	background-color: #000;
	z-index:99;
}
#submenu {
	position: absolute;
    bottom: 20px;
    left: 70px;
    width: 600px;
    height: 18px;
	text-align: left;
}

* {
    margin: 0;
    padding: 0;
}

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

#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%;
}