
@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: chartreuse;
       font-family: 'woodcutregular';
       font-size: 46px;
       line-height: 40px;

}

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

a:hover {
       color: teal;
}

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


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



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

 
video {
    width:1000px;
    height:640px;
}

    
.cast {	
        position:absolute;
        top:500px;
        left:250px;
        color: chartreuse;
}


