body
{ 
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #999999;
	width:60%;
	text-align:justify;
}

h1
{ 
	color: black;
	background-color:#ffcc00;
	font-family: Verdana, Arial, sans-serif;
	font-size: 20px;
	margin-bottom: 5px;
}

#box
{
	float:right;
	position:relative;
	background-color:#ffcccc;
	width:250px;
	padding:20px;
	margin:10px 0 0 -125px;
	font-family:Arial, sans-serif;
	font-size:40px;
	color:#999999;
	left:145px;
}

#footer
{
	text-align: center;
	margin-top: 30px;
	font-size: 11px;
	color:#000066;
	border-top:5px;
	border-right:0;
	border-bottom:5px;
	border-left:0;
	border-color:#000000;
	border-style:dashed;
}