BODY { 
     background-image: url(v.jpg);
	color: white;
}

P { 
	font-family: Courier;
	font-size: 10pt;
}

A:link		{color: yellow;}
A:visited	{color: green;}
A:active	{color: red;}
A:hover		{color: pink;}


DIV.HumanCal {
	float:left;
	margin:25px;
}


DIV.Meteo {
	float:right;
	margin:25px;
}

DIV.InfoBox {
	position: absolute;
	bottom: 30;
	leftt: 30;
	width: 350;
	height: 100;
	padding: 10;
	background-color: rgb(33,33,33);
	font-size: 9pt;
}

DIV.Ivan {
	position: absolute;
	bottom: 30;
	right: 30;
	width: 350;
	height: 100;
	padding: 10;
	background-color: rgb(33,33,33);
	font-size: 11pt;
}

