@charset "utf-8";

/* CSS Document */



@font-face {

    font-family: 'friday13regular';

    src: url('friday13v12-webfont.eot');

    src: url('friday13v12-webfont.eot?#iefix') format('embedded-opentype'),

         url('friday13v12-webfont.woff2') format('woff2'),

         url('friday13v12-webfont.woff') format('woff'),

         url('friday13v12-webfont.ttf') format('truetype'),

         url('friday13v12-webfont.svg#friday13regular') format('svg');

    font-weight: normal;

    font-style: normal;



}

body {

    background:#000;

	color: white;

            font-family: 'friday13regular';



}



.wrapper {

	width:1000px;

    height:640px;

    position:relative;

    margin: 0px auto; /*centers image*/

}



.bg {

	width: 1000px;

	height: 640px;

	background: url("totoolshed.jpg");	

}



a,p {

    font-size: 36px;

    postion: absolute;

    color: red;



   } 

       

	

}



a {

   text-decoration: none;

}

 



a:hover {

    color: black;

}



    

.hide {

    position: absolute;

    top: 20px;

    left: 172px;

    width: 800px;

   } 

       

       



   

.death {

        position:absolute;

        top:43px;

        left:8px;

}

.death1 {

        position:absolute;

        top:200px;

        left:200px;

		background: url(cabin1.jpg);

		width: 150px;

		height: 350px;

		text-indent: -9999px;

		opacity: 0;

}





