@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: 'times new roman';

       font-size: 30px;

       line-height: 35px;



}



a, a img, img {

	outline : none;

	border : 0;

    color: #fff;

    font-family: 'impact';

    text-decoration: none;

    font-size: 30px;

	

	

}



a:hover {

       color: gold;

}



.bg {

	width: 640px;

	height: 1000px;

	background: url("scott_profile.jpg");	

}





.wrapper {

        width:640px;

        height:1000px;

        position:relative;

        margin: 0px auto;

}



.wes { 



        position:absolute;

		top:595px;

		left:775px;

		

		

		

}

.quote {

        position:absolute;

        top:25px;

        left:30px;

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

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

        transform: rotate(0deg);

}

    

.wrapper a.continue {

        position:absolute;

        top:950px;

        left:250px;

        transform: rotate(0deg);

}



.wrapper a.phil {

        position:absolute;

        top:650px;

        left:30px;

        transform: rotate(0deg);

}



.wrapper a.jess {

        position:absolute;

        top:700px;

        left:50px;

        transform: rotate(0deg);

}



.wrapper a.jared {

        position:absolute;

        top:750px;

        left:20px;

        transform: rotate(0deg);

}







