html, body { 
	/* background: #070a18; */
	background: url('http://static.gamelux.nl/images/bg_overall_regular_black.jpg');
	/*background:#03418f;*/
}

/* ------------------- */
/* Background Controle */
/* ------------------- */


/* bottom layer background, fixed and has the design of the background */
#wrap_1 {
	background-attachment:fixed;
	/* background-image: url('/images/bg_wk.jpg'); /* regular city background  */
	background-image: url('/images/bg_blue.jpg'); /* regular city background  */
	background-position:center top;
	background-repeat:no-repeat;
	width:100%;
}

/* top layer background used for top menu background*/


#menu { background: url('http://static.gamelux.nl/images/menu.png') no-repeat; }

