@charset "utf-8";
/* CSS Document */

html {font-size: 125%;}
body {margin: 0; padding: 0; background: rgb(0,0,0); font-family:Verdana, Arial, Helvetica, sans-serif; color: rgb(255,255,255); font-size:50%;}
div#wrapper {position: relative; width: 1024px; margin-left: auto; margin-right: auto; margin-top: 0; padding: 0;}

/* To set background image for biography page */
body#bio div#main {background: url(../img/base-main-bio.jpg) 0 top no-repeat;}

/* To set background image for fight profile page */
body#fight div#main {height: 655px; background: url(../img/base-main-fight.jpg) 0 top no-repeat;}

/* To set background image for gallery page */
body#gallery div#main {background: url(../img/base-main-gallery.jpg) 0 top no-repeat;}

/* To set background image for contact page */
body#link div#main {background: url(../img/base-main-link.jpg) 0 top no-repeat;}