/** CSS RESET **/
* {
	text-align:center;
	margin:0 auto;
	padding:0;
	list-style: none;
	text-decoration: none;
	border:none;
}

body {
background:black;
overflow:hidden;

}


