/* Undo some of the default styling */

:link,:visited { 
	text-decoration: none; 
}

ul,ol { 
	list-style: none;
}

h1,h2,h3,h4,h5,h6,th,caption { 
	font-size: 1em; 
}

ul,ol,li,h1,h2,h3,h4,h5,h6,body,html,p,blockquote,div,table,tr,td,form { 
	margin: 0px; 
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

img, a img,:link img,:visited img { 
	border: none;
}

html {
	overflow: auto;
}

body {
	background-color: #1a171b;
	color: #9aa9b1;
	font-size : 80%;
}

/* Main divs */

div.centre {
	position: absolute; 
	top: 50%; 
	left: 50%; 
	margin: -200px auto auto -353px; 
	width: 710px;
	height: 400px;
}

div.main {
	padding: 20px;
}

div.logo {
	width: 216px;
	float: left;
}

div.text {
	width: 454px;
	float: left;
	padding-top: 22px;
}

p {
	font-size: 120%;
	line-height: 130%;
	margin-bottom: 30px;
}

p.white, td.white {
	color: #fff;
}

td {
	vertical-align: top;
	text-align: left;
	font-size: 120%;
	line-height: 130%;
	padding-right: 0.5em;
}

br.clear {
	clear: both;
}

a, a:link, a:visited, a:active  { 
	color: #9aa9b1;
	text-decoration: none; 
}

a:hover {  
	color: #9aa9b1;
	text-decoration: underline;
}

