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

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

body {
	background-color:#3D0C1C;
	text-align:center;
	margin-top:104px;
}
