@charset "UTF-8";
/* CSS Document */

body {
	/*Background
	background-image: url:"img/background.png";
	background-size: 70px 120px;
	*/
	background-color:#26070a;

	/*Font Settings*/
	font-family: 'Poiret One', cursive;
	color: #FAA846;
}

