body {
	 background: White;
	 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	 font-size: 12px;
}


#div1 {

         position: absolute;
	 background: white;
         top: 0px;
	 center:true;
	 width: 750px;
	 height: 50px;
	  }

#div2 {
	 background: white;
	 width: 300px;
	 position: absolute;
	 top: 210px;
	 left: 900px;
}

#div3 {
	 background: white;
	 width: 300px;
	 position: absolute;
	 top: 400px;
	 left: 330px;
	  }

#span {
	position: relative;
	top: -10px;
	left: 10px;
	background: silver;
	}

#div4 {
	 position: fixed;
	 background: white;
	 width: 300px;
	 top: 400px;
	 left: 400px;
	  }

#div5 {
	top: 0px;
	left: 800px;
	width: 400px;
	position: absolute;
	background: white;
}

#div7 {
	position: absolute;
	width: 400px;
	background: silver;
	border: 2px solid black;
}

#div6 {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 200px;
	border: 1px solid black;
	background : Teal;
}
