/*********************************************************************
   games/bf2_mc/global.css for EA.com
   code by Byron Tredwell (byron(AT)blastradius.com)
   css for easports.com title home page
*********************************************************************/

/* IMPORT SPORTS.COM global.css */
@import url(../../_css/global.css); 

body {
   font-family: Verdana, "Lucida Grande", Arial, Trebuchet MS, sans-serif;
   background: url(../_img/bg.jpg);
   color:#c2c2c2;
   }
#page{
   font-size: 11px;
   }

/*****************
 scrollbar classes
*****************/
.scrollbar{}
.scrollbar .track{}
.scrollbar .thumb{}
.scrollbar .arrow{}
.scrollbar .arrowTop{}
.scrollbar .arrowBot{}
.scrollbar .arrowTopOn{}
.scrollbar .arrowBotOn{}

