@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: white;
       font-family: 'woodcutregular';
       font-size: 68px;
       line-height: 58px;

}

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

a:hover {
       color: coral;
}

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


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



.text1 {
        position:absolute;
        top:259px;
        left:50px;
        
}

 


    
.cast {	
        
		text-align: center;
        font-size: 30px;
        color: brown;
        width: 100px;
        height: 60px;
        background: url("curved.png");	        
        position:absolute;
        top: 210px;
        left:708px;
        text-decoration: none;
        text-indent: -9999px
}


