* {
	margin:0;
	padding:0;
}

html,
body,
table,
table tr,
table tr td {
	height:100%;
	width:100%;
}

body {
	background:url(/imgs/splash.png) no-repeat bottom left;
	font-size:11px;
	font-family:helvetica, arial, sans-serif;
}

#top {
	height:181px;
	background:url(/imgs/splash-bg.gif) no-repeat bottom left;
}

table {
	text-align:left;
}

table div {
	left:280px;
	position:absolute;
	bottom:424px;
}

a {
	color:#cc0000;
	font-size:15px;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;

}

a img {
	border:none;
}

table p {
	margin-top:-5px;
	}