@charset "iso-8859-9";

/* -------------------- GLOBAL -------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	text-align:center;
	background: #201312;
	background-image:url(img/introBck.gif);
	background-repeat:no-repeat;
	background-position:top;
}
#wrapper {
	width: 900px;
	height: 500px;
	margin: 0 auto;
	text-align:left;
}

