body, html {
	padding: 0;
	margin: 0;
	font-family: Lucida Grande, Verdana, sans-serif;
	background: #888888 url("back.jpg");
	background-repeat: repeat;
	font-size: 13px;

	width : 100%; 
	height : 100%; 
}

a img {
	border: 0;
}



div.fbox {
	
	
	}
	
div#bigtitle
	{
	
	position: absolute;
		top: 20px;
		left: 20px;
		
		width: 200px;
	
	}
	
table
{
	text-align: left;
}

td
{
	vertical-align: top;
}

.blackbox
{
	background-color: #000000;
	color: #ffffff;
}

a:link {color: #000000; text-decoration: none;}
a:active {color: #000000; text-decoration: none;}
a:visited {color: #000000; text-decoration: none;}
a:hover {color: #000000; text-decoration: underline;}

	
div#alttitle
	{
	
	position: absolute;
	
	top: 450px;
	left: 20px;
	width: 200px;
	}
	
div#primenu {
	position: absolute;
		top: 650px;
		left: 220px;
		width: 200px;
	}
	
div#secmenu {position: absolute;
		top: 650px;
		left: 420px;
		width: 200px;}

.whitebox
{
	background-color: #ffffff;
	color: #000000;
}

.paperbox
{
	background-color: #e5e4ce;
	color: #000000;
}

.bluebox
{
	background-color: #a1d9fc;
	color: #000000;
}

	