body
{
	background:#000;
}

html,body,table,td
 {
	margin: 0px;
	padding: 0px;
	/*height:100%;
	vertical-align:middle;*/
}

#closeButton
{
}

#titleBar
{
	height:45px;
	width:768px;
	margin:0 auto;
}

#closeButton
{
	

	float:right;
	display:block;
	width:45px;
	height:45px;
	overflow:hidden;
	text-indent:-100px;
	background:url(images/icon_close_normal.gif) no-repeat center right;
}

#closeButton:hover
{
	background:url(images/icon_close_over.gif) no-repeat center right;
}

#swfHolder
{
	font-family:arial,sans-serif;
	color:#d1d1d1;
	font-size:13px;
	text-align:left;
	padding:100px 150px 0 150px;
}

H1
{
	color:#fff;
	font-size:16px;
	margin:0;
	padding:0;
}

LI
{
	padding:0.3em 0;
}

A,
A:link,
A:visited
{
	color:#cc9a34;
	text-decoration:none;
}

A:hover
{
	text-decoration:underline;
}
