
body {
   font-size: 18px; 
   font-family: Verdana, Geneva, sans-serif;
   margin: 0px auto;
   width: auto;
   background-image: url("wallpaper.jpg");
   
   background-repeat: no-repeat;
   width:100%;
     background-size: cover;
	 
}
form{width :350px;  position:static; color:#ffefbf; border-color:#ffefbf; border: 2px solid #ffefbf; padding: 5px; line-height:1.6em; }

legend{ font-size: 1.2em;
color: #ffefbf;}

label{ color:#ffefbf; padding: 5px; margin-right: 10px;   line-height:1.6em;}

fieldset {color:#ffefbf;   border: none; padding: 5px; display:block;} 
  input { border: none ;line-height:1.3em; padding; 5px;  float:right; }
   #home{ margin: 10px 5px; width:60px;  float:left; background-color: yellow;}
    
 