@charset "UTF-8";
/* CSS Document */

html{
     background-color:lightblue;
}

body {
/*    position:relative; 
  	left:100px; */   
    background-color:white;
	margin-top:40px;
 	margin-left:100px;
 	margin-right:100px;
	padding: 25px;
}
div{
    position:relative;  
    left:100px;
    width:100px;
    height:100px;
    background-color:blue;
}