html {
	height: 90%;
}

body {
	padding:30px;
	margin:0px;
	text-align:center;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	background-color:#FFFFFF;
	background-image:url(sand_2.jpg);
	overflow:hidden;
	height:100%;
}

div.outercontent
{
	border:2px solid #330000;
	background-image:url(sandtexture.jpg);
	height:100%;
	width:100%;
}

div.content {
	
	
	
}

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

div.banner
{
	text-align:left;
	background-image:url('logo_wide.jpg');
	width:100%;
	border-bottom:2px solid #330000;
	height:140px;
}