/* General page style.  */
body {
    background-color: #000000;
    
}
 
div#homebg {
     position: absolute;
     top: 0px; left: 100px;
	 background-position:center;
     width: 800px; 
     background-image: url(images/Lawportfolio.jpg);
         background-repeat:no-repeat;
     height:600px;
     }


