@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{
	background-image: url("guard.jpg");
	position:relative;
	width:1000px;
	height:640px;
}
p{
	font-family:"blood_crowregular";
	margin-right:560px;
	position: absolute;
	top: 50px;
	left:25px;
	font-size: 120%;
}
.ready{
	text-decoration: none;
	position:absolute;
	color: red;
	font-size:500%;
	left: 400px;
	top:375px;
	font-family:"bloodlustregular";
}
.wait{
	text-decoration: none;
	position:absolute;
	color: blue;
	font-size:400%;
	left: 50px;
	top:280px;
	font-family:"youmurderer_bbregular";
}