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;
}
