@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: #fff;
       font-family: 'fightthisregular';
       font-size: 30px;
       line-height: 10px;

}

a, a img, img {
	outline : none;
	border : 0;
    color: #999;
    font-family: 'fightthisregular';
    text-decoration: none;
    font-size: 50px;
}

a:hover {
       color: #363;
}

.bg {
	width: 1000px;
	height: 747px;
	background: url("PICS/bg12.jpg");	
}


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



.text1 {
        position:absolute;
        top:370px;
        left:40px;
        -ms-transform: rotate(0deg); /* IE 9 */
        -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
        transform: rotate(0deg);
}

.text1 p{

        padding-top: 0px;
}


    
.wrapper a.conform {
        position:absolute;
        top:500px;
        left:130px;

}

.wrapper a.resist {
        position:absolute;
        top:500px;
        left:650px;
}

