@charset "UTF-8";

/* CSS Document */



@font-face {

    font-family: 'fightthisregular';

    src: url('fonts/fightt3_-webfont.eot');

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

         url('fonts/fightt3_-webfont.woff') format('woff'),

         url('fonts/fightt3_-webfont.ttf') format('truetype'),

         url('fonts/fightt3_-webfont.svg#fightthisregular') format('svg');

    font-weight: normal;

    font-style: normal;



}



body {

        background: #000;

}



p {

       color: red;

       font-family: 'times new roman';

       font-size: 100px;

       line-height: 100px;



}



a, a img, img {

	outline : none;

	border : 0;

    color: #fff;

    font-family: 'impact';

    text-decoration: none;

    font-size: 50px;

	

	

}



a:hover {

       color: #000;

}





.wrapper {

        width:1000px;

        height:640px;

        position:relative;

        margin: 0px auto;

}





video {

	width: 1000px;

	height: 640px;

}





.text {

	position:absolute;

        top:-25px;

        left:700px;

        transform: rotate(0deg);

		font-weight:bold;

}



.homepage {

	position:absolute;

        top:500px;

        left:25px;

        transform: rotate(0deg);

}



