@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #1C1C1C;
	text-align: left;
}

#wrapper {
	position: relative;
	text-align: center;
	margin: 0 auto;
}

