@charset "UTF-8";
/* CSS Document */
body{
	background-color: black;
}
@font-face {
    font-family: 'youmurderer_bbregular';
    src: url('youmurdererbb_reg-webfont.woff2') format('woff2'),
         url('youmurdererbb_reg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	/*	font-family:"youmurderer_bbregular"; */
}
@font-face {
    font-family: 'blood_crowregular';
    src: url('bloodcrow-webfont.woff2') format('woff2'),
         url('bloodcrow-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	/*	font-family:"blood_crowregular";	*/

}
@font-face {
    font-family: 'bloodlustregular';
    src: url('bloodlust-webfont.woff2') format('woff2'),
         url('bloodlust-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	/*	font-family:"bloodlustregular";	*/
}

.background{
	width: 1000px;
	height:640px;
	position:relative;
}
.setup{
	color:white;
	text-align: center;
	font-size: 200%;
	top: 50px;
	position: absolute;
	width:1000px;
	font-family:"blood_crowregular";
}
.wait{
	text-decoration: none;
	color:red;
	text-align: center;
	font-size: 400%;
	top: 300px;
	left: 425px;
	position: absolute;
	font-family:"bloodlustregular";
}
