@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: 52px;
       line-height: 45px;

}

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

a:hover {
       color: tan;
}

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


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


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


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

 


    
.cast {	
        position:absolute;
        top:470px;
        left:380px;
        color: chartreuse;
}


