@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: grey;

       font-family: 'times new roman';

       font-size: 25px;

       line-height: 35px;



}



a, a img, img {

	outline : none;

	border : 0;

    color: white;

    font-family: 'impact';

    text-decoration: none;

    font-size: 30px;

	

	

}



a:hover {

       color: #000;

}



.bg {

	width: 640px;

	height: 1000px;

	background: url("phil_profile.jpg");	

}





.wrapper {

        width:640px;

        height:1000px;

        position:relative;

        margin: 0px auto;

}



.wes { 



        position:absolute;

		top:595px;

		left:775px;				

		

}

.quote {

        position:absolute;

        top:50px;

        left:40px;

        -ms-transform: rotate(-13deg); /* IE 9 */

        -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */

        transform: rotate(0deg);

}

    

.wrapper a.contest {

        position:absolute;

        top:575px;

        left:30px;

        transform: rotate(0deg);

}



.wrapper a.friends {

	    position:absolute;

        top:575px;

        left:525px;

        transform: rotate(0deg);

}



.text {

	position:absolute;

        top:-25px;

        left:129px;

        transform: rotate(0deg);

		font-weight:bold;

}

.continue {

	position:absolute;

        top:885px;

        left:25px;

        transform: rotate(0deg);

		font-weight:bold;

}

