@font-face{
	font-family: Sig;
	src: url("../fonts/Signia.ttf");
}
	*{
	 margin: 0;
	 padding: 0;
	}

	html{
	 width: 100%;
	 height: 100%;
	}

	body{
	 width: 100%;
	 height: 100%;
	 position: relative;
	}

	div#wrapper{
	 width: 100%;
	 height: 100%;
	 background-color: #000;
	 color: #fff;
	}


