*
{
	font-family:	verdana;
	margin:			0;
	padding:		0;
}

body
{
	background:		#F5F5FF;
	padding:		30px;
	padding-top:	100px;
}

div#main
{
	position: relative;
	margin:		auto;
	width:			500px;
	border:		solid 7px #1badeb;
	background:		#FFFFFF;
	color:			#215483;
	padding-top:	60px;
	padding-bottom:	60px;
	text-align:		center;
}

div#main img#logo
{
	position:		absolute;
	left:			-9px;
	top:			-86px;	
}

div#main div#logo_cache
{
	position:		absolute;
	left:			-7px;
	top:			-7px;	
	width:			253px;
	height:		48px;
	background:		#FFFFFF;
}

div#main h1
{
	position:		absolute;
	left:			0;
	top:			0;	
	text-align:		left;
	font-size:		20px;
	color:			#FFFFFF;
}

div#main div#copy
{
	position:		absolute;
	right:			5px;
	bottom:			5px;	
	text-align:		right;
	font-size:		10px;
}

div#main a
{
	display:			block;
	color:				#1a4369;
	text-decoration:	none;
	font-size:			12px;
	font-weight:		bold;
	margin:				15px;
}

div#main a:hover
{
	color:				#168ec0;	
	text-decoration:	underline;
}


