@charset "utf-8";
/* CSS Document */
 body {
		background-image:url(bg_logo.gif);
 		margin:0;
		height:100%;
 }
 
#box { 
  		
		margin-right:auto;
		margin-left:auto;		
		width:800px;
		min-height:675px;
		margin-top:75px;
		}	
		
		
#invisible {
		display:none;
		color:#557e08;		
		}

