/* CSS - - - - - - - - - - - - - - - - - - - - - - - - */

html,
body {
	margin: 0;
	padding: 0;
	
	background-color: rgb(0,0,0);
	}
	
body {
	font-family: sans-serif;
	font-size: 100.00%;
	}
	
.underConstruction {
	position: absolute;
	width: 350px;
	height: 300px;
	
	left: 50.00%;
	top: 50.00%;
	
	margin: -150px 0 0 -175px;
	padding: 150px 0 0 0;
	
	color: rgb(255,255,255);
	font-weight: 100;
	text-align: center;
	
	background-image: url(../grafx/mb_logo.png);
	background-position: 50.00% 0;
	background-repeat: no-repeat;
	}