html {
	height: 100%;
}

body {
	font-family: Arial, Verdana, 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 9pt;
	text-align: center;
	background: #073c66 url('images/bg.jpg') repeat-x;
	margin: 0;
	padding: 20px 0 0 0;
	color: #FFF;
	height: 100%;
}

p {
	margin: 0;
	padding: 0 10px 10px 15px;
}

a {
	color: #FFF;
	font-weight: bold;
}

a, a:active { outline: none; }
a:focus { -moz-outline-style: none; }

