﻿
* {
	margin:			0;
	padding: 		0;
	font-family: 	verdana;
}

.clear {
	clear:			both;
}

body {
	background: 	url('../images/interface/gradient.jpg') repeat-x #1e1d4b;
	margin:			0 auto;
}


#header {
/*	background: 	url('../images/interface/header.jpg') no-repeat;	*/
	background: 	url('../images/interface/header_leeg.jpg') no-repeat;
	margin:			0 auto;
	width: 			1000px;
	height: 		394px;
}

#flash {
/* 	background: 	url('../images/interface/loading.gif') 50% 50% no-repeat #FFFFFF;	*/
	margin-left:	9px;
	margin-top:		0px;
	position:		absolute;
	z-index:		1;
}

#flashoverlay {
	background: 	url('../images/interface/spacer.gif');
	width:			981px; 
	height:			386px;
	position:		absolute;
	margin-left:	9px;
	z-index:		10;
	cursor:			pointer;
}

#menu {
	background: 	url('../images/interface/menubg.jpg') no-repeat;
	margin:			0 auto;
	width: 			1000px;
	height: 		39px;
}

#content {
	background: 	url('../images/interface/content.png') repeat-y;
	margin:			0 auto;
	width: 			1000px;
}


#footer {
	background: 	url('../images/interface/footer.jpg') 0% 0% no-repeat #1e1d4b;
	margin:			0 auto;
	width: 			1000px;
	padding-bottom:	30px;
}


