/* ################## */
/* ### UNEXPECTED ### */
/* ################## */

*
{
	margin: 0;
	padding: 0;
}

html
{
	height: 100%;
	overflow: hidden;
}

body
{
	margin: 0;
	padding: 0; 
	height: 100%;
	background-color: #FFF;
	text-align: center; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #999;
}

img
{
	border: none;
}

#container
{
	margin: 0 auto;
	width: 100%;
	height: 100%;
	min-width: 960px;
	min-height: 500px;
	clear: left;
	text-align: left;
}

a
{
	color: #222;
	text-decoration: underline;
}

a:hover
{
	color: #6699cc;
}

h1
{
	margin: 100px 0 0 100px;
	font-size: 3em;
	color: #00468c;
}

h2
{
	margin: 0 0 20px 100px;
	font-size: 1.7em;
	font-weight: normal;
	color: #82a5c8;
}

p
{
	margin: 0 0 20px 100px;
	width: 450px;
	font-size: 1em;
	line-height: 20px;
}

p.em
{
	font-weight: bold;
}