@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'woodcutregular';
    src: url('woodcut-webfont.eot');
    src: url('woodcut-webfont.eot?#iefix') format('embedded-opentype'),
         url('woodcut-webfont.woff2') format('woff2'),
         url('woodcut-webfont.woff') format('woff'),
         url('woodcut-webfont.ttf') format('truetype'),
         url('woodcut-webfont.svg#woodcutregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
        background: #030303;
}

p {
       color: lightgrey;
       font-family: 'woodcutregular';
       font-size: 58px;
       line-height: 48px;

}

a, a img, img {
	outline : none;
	border : 0;
    color: #fb0505;
    font-family: 'woodcutregular';
    text-decoration: none;
    font-size: 65px;
}

a:hover {
       color: lightgreen;
}

.bg {
	width: 1000px;
	height: 640px;
	background: url("CYOA15.jpg");	
}


.wrapper {
        width:1000px;
        height:640px;
        position:relative;
        margin: 0px auto;
}



.text1 {
        position:absolute;
        top:0px;
        left:30px;
        
}

 


    
.back {	
        position:absolute;
        top:560px;
        left:10px;
        color: lightgray;
}



