@charset "utf-8";

html,body
{
	height: 100%;
}

body
{
	background: url('images/splash-tile.gif') repeat-x top left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
}

div#container
{
	margin: 0 auto;
	width: 984px;
}

div#links
{
	height: 45px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 6px;
	width: 947px;
}

div#links img
{
	border: none;
	display: block;
	float: left;
}

div#links img.middle
{
	margin: 0 5px;
}

div#preload 
{
	display: none;
}