body 
{	
	font-family:Sans-Serif;
	margin: 0; padding: 0;
}

a {color:#000099;}
a img {border:none;}

img#bg {
position:fixed;
top:0;
left:0;
width:100%;
z-index:-1;
}

body div
{
	
}

div.outerbox 
{
	border:1px solid black;
	padding:10px;
	height:530px;
	width:530px;
	margin-top:10px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	background-image:url(images/75p_white.png);
}

div.outerbox div
{
	border:1px solid black;
	width:170px;
	height:170px;
	padding:0px;
	position:absolute;
}

div.topmiddletile{ left:190px; }
div.toprighttile{ left:370px; }

div.middlelefttile{ top:190px; }
div.middlerighttile{ top:190px; left:370px;}

div.bottomlefttile{ top:370px; }
div.bottommiddletile{ top:370px; left:190px; }
div.bottomrighttile{ top:370px; left:370px; }

#centertile 
{
	height:320px;
	width:250px;
	border:2px solid black;
	position:absolute;
	left:140px;
	top:100px;
	z-index:1;
	background-color:#ffffff;
	padding:10px;
}
	
#centertile h1 {	color:#000099; margin:0px }
#centertile h2 {	margin:0px }

div.footer 
{
	border:1px solid black;
	width:620px;
	margin-top:5px;
	text-align:center;
	font-size:small;
	background-image:url(images/75p_white.png);
	margin-left: auto ;
	margin-right: auto ;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:bold;
}

div.footer li 
{
	display:inline;
	border-right: solid 1px;
	padding-right: 5px
}

div.footer p
{
	margin:0px
}


