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

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

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

DIV.HumanCal {
	float:left;
	width:300px;
	margin:5px;
}

TD.InfoBox {
	width: 350px;
	height: 100;
	opacity: 0.5;
	background-color: rgb(33,33,33);
}

TD.Meteo{
	width: 180px;
	opacity: 0.5;
}

TD.Ivan {
	width: 350px;
	height: 100;
	opacity: 0.5;
	background-color: rgb(33,33,33);
}

DIV.Meteo {
	float:left;
	width:180px;
	margin:25px;
}

DIV.InfoBox {
	position: relative;
	float:left;
	bottom: 30;
	left: 30;
	width: 275;
	height: 100;
	padding: 10;
	background-color: rgb(33,33,33);
	font-size: 9pt;
}

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