html, body
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

html
{
	background: #535353 url(../images/bg_gradient.png) repeat-x top;
}

body
{
	background: url(../images/bg_dot.gif) 50% 0;
}

div#container,
div#flashcontent
{
	width: 944px;
	/*height: 525px;*/
	margin: 0 auto 30px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B1B1B1;
}

div#container h1 img
{
	border: none;
}

a
{
	color: white;
}

#header
{
	background: url(../images/header.gif) no-repeat 0 0;
	width: 909px;
	height: 75px;
}

#header *
{
	display: none;
}

#text
{
	margin-left: 130px;
	width: 478px;
}

#services h3
{
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	margin: 30px 0 5px 0;
}

#services ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#services li
{
	margin: 0;
	padding: 0;
	width: 234px;
}

#services li.left
{
	float: left;
	margin-right: 10px;
}

a#legal
{
	display: block;
	margin: 30px 0;
}