html, body {
	background: #ffffff;
	margin: 0;
	
	font-family:Arial, Helvetica, sans-serif;
	}
	
	
* {

	margin: 0;
	padding: 0;
	}
	
	
	
#bg {position: fixed; width:100%; height:100%; z-index:1; overflow:hidden;}
#bg img {min-height:100%;
  	height:auto
  	height:100%;
	min-width:100%;
  	width:auto 
  	width:100%;
	margin:0 auto;
	display:block;
}

.clear{clear:both;}
a {
	color: #000;
	text-decoration: underline;
	}

a:hover {
	color: #4fffd8;
	}


#header{z-index:101; position:fixed; margin:10px 0 0 0; font-size:30px; padding:22px 20px 20px 20px; float:left;}
#logo{width:80px; float:left; font-size:30px; font-style: normal;}
