body{
	background-image: url(bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
div {

	position: absolute;
	padding:10 px; scrollbar-3dlight-color: Black;
	scrollbar-base-color: Black;
	scrollbar-darkshadow-color: Black;
	scrollbar-face-color: Black;
	scrollbar-highlight-color: #71A2C2;
	scrollbar-shadow-color: #71A2C2;
	scrollbar-track-color: Black;
	scrollbar-arrow-color: #71A2C2;
	width: 645px; 
	height: 515px;
	visibility: visible; 
	overflow: AUTO;
	color: black; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	text-align: justify;
	margin:10px;
}
A {
	color: White;
	text-decoration: none;
}

A:HOVER {
	color: #FAD65A;
	text-decoration: none;
}

#d {

	position: absolute;
	padding:10 px; scrollbar-3dlight-color: Black;
	scrollbar-base-color: Black;
	scrollbar-darkshadow-color: Black;
	scrollbar-face-color: Black;
	scrollbar-highlight-color: #71A2C2;
	scrollbar-shadow-color: #71A2C2;
	scrollbar-track-color: Black;
	scrollbar-arrow-color: #71A2C2;
	width: 520px; 
	height: 100px;
	visibility: visible; 
	overflow: AUTO;
	color: white; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	text-align: justify;
	margin:10px;
}


