/**
 * Generic styles
 */
body
{
	background-color: #000000;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	/* center divisions in IE */
	text-align: center;
}

/**
 * Euro-Divers header
 */
#EuroDiversHeader
{
	margin: 0px;
	padding: 0px;
	background: 9px 8px url( images/gobi.jpg ) no-repeat;
	height: 136px;
	width: 100%;
}

#EuroDiversHeader h1
{
	margin: 0px;
	padding: 0px;
	line-height: 136px;
	background: right 8px url( images/logo.jpg ) no-repeat;
	color: #c0c0c0;
	font-family: serif;
	font-size: 24pt;
	text-transform: capitalize;
}
