@charset "utf-8";

.floaters {
 margin-left:30px;

}

.floating-box {
    display: inline-block;
    width: 200px;
    height: 120px;
    margin: 10px;
 background-color:#F0E6E6;
    border: 3px solid #73AD21;  
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
	h1 {font-size:14px;
	}
	
	#h1 {
		display:none;
	}
	
	
   #footer{
   position:fixed;
   left:0px;
   bottom:0px;
   height:30px;
   width:100%;
   background:#999;
}
	
	#menu {
	width:100%;
    height:50px;
    display:block;
    position:fixed;
	font-size:9px;
    top:0;
    left:0;
    }
	
	
	
}