body
{
   width: 880px;
   margin: auto;

   color: white;
   font-family: Myriad, Helvetica, Arial, Sans-Serif;
   background-color: #213d6f;
   background-image: url('../images/body_background_blue.jpg');
   xxxbackground-color: red;
   background-position: 50% -30px;
   background-repeat: no-repeat;
   
   font-size: 12px;
   
   margin-top: 100px;
}

img, div
{
   behavior: url('../css/iepngfix.htc');
}

a
{
   color: white;
}

div.master_container
{
   margin: 0;
   padding: 0;
}

div.left_container
{
   float: left;
   width: 47%;
   height: 500px;
   margin: 0;
   padding: 0;
   
   text-align: right;
   
   position: relative;
}

div.right_container
{
   float: left;
   width: 53%;
   margin: 0;
   padding: 0;
}

div.footer_container
{
   margin: auto;
   text-align: center;
   margin-bottom: 30px;
}

/***** page specific *****/

br.clear
{
   clear: both;
}

/********* footer **********/

h1.matchstats_title
{
   margin-top: 30px;
   width: 100%;
   height: 48px;
   background-image: url('../images/matchstats_logo.png');
   background-repeat: no-repeat;
   background-position: 50% top;
   line-height: 1200px;
   overflow: hidden;
}

p
{
   xxxline-height: 22px;
   xxxfont-size: 14px;
   xxxmargin-bottom: 30px;
}

/********* footer **********/

div.footer_links_container
{
   xxxpadding-top: 40px;
   display: inline-block;
   margin: auto;
   text-align: center;
   xxxbackground-color: green;
   font-size: 10px;
   
   line-height: 14px;
}

ul.footer_links
{
   list-style: none;
   padding: 0;
   margin: 0;
}

ul.footer_links li
{
   float: left;
   display: inline-block;
   padding: 0 12px;
   margin: 0;
}

ul.footer_links li a
{
   text-decoration: none;
   font-size: 11px;
   padding: 3px 10px;
   color: #6d8ab7;
}

ul.footer_links li a:hover
{
   text-decoration: underline;
   color: white;
}


/***** page specific *****/

a.main_link
{
   display: block;
   padding: 5px 10px;
}



