/* stylesheet begin */

/* body definition, site container, bottombar, menu and general content */
body {	
	font-family: Verdana, Arial Cyr, Arial, Tahoma, Helvetica, Sans-Serif;
	font-size: 8pt;
	color:#000000;
	background-color:#f8f7f2;
	overflow:hidden;
}
#splash {
    position:absolute;
    left: 50%;
	top: 0px; 
    width: 1600px;
    height: 1200px;
    margin-left: -800px; /* half of the width */
	background-image: url(../images/background.jpg);
}

/* stylesheet end */ 

