div {
	color: #090909;
	font-family: Verdana;
	border: 0px solid #000000;	
  	font-size: 12px;
	text-align: justify;	
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;	
		
}


div.box1 {
	text-align: justify;
	position: absolute;	
	left: 100px;
	top: 20px;
	width: 800px;
	height: 600px;
	background: #000000;
}

div.box2 {
	text-align: justify;
	position: absolute;	
	left: 269px;
	top: 185px;
	width: 0px;
	height: 0px;
	background: #000000;
}

div.box3 {
	text-align: justify;
	position: absolute;	
	left: 100px;
	top: 400px;
	width: 800px;
	height: 600px;
	background: #000000;
}

div.box4 {
	text-align: justify;
	position: absolute;	
	left: 500px;
	top: 20px;
	width: 0px;
	height: 0px;
	background: #000000;
}

div.box5 {
	text-align: justify;
	position: absolute;	
	left: 530px;
	top: 100px;
	width: 0px;
	height: 0px;
	background: #000000;
}

a {text-decoration: none;}
a:hover {text-decoration:underline; background-color: transparent;}

