
/*====================================================

	1.) Grundgerüst
	
===================================================*/

@import url(reset.css);


/*=====================================================
	1.) GRUNDGERÜST 
=====================================================*/

body, html {
	background: #2b2a28;
}

#wrapper {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -306px 0 0 -292px;
}
