html{
	height:100%;
}

body{
	height:100%;
}


div.all{
	position:absolute;
	width:20%;
	height:20%;
	color:#FFF;
	padding:4px;
}

#d0{
	left:50%;
	top:50%;
	background:#003;
}

#d1{
	right:50%;
	top:50%;
	background:#336;
}

#d2{
	left:50%;
	bottom:50%;
	background:#669;
}

#d3{
	right:50%;
	bottom:50%;
	background:#99A;
}


#box{
	left:2%;
	top:75%;
	width:98%;
	height:300px;
	color:#000;
}