﻿body
{
     background-color: #000000;
     background-image: url(images/background2.jpg);
     margin: 0px;
     padding:0px;
     background-attachment: fixed;
     background-repeat: repeat-y;
     background-position: center;
     
     font-family: Verdana;
}
li
{
    padding-right:20px;
    padding-bottom:10px;
}

a
{
 text-decoration: none;
 color: #9d0000;   
}

a:visited
{
    color:#9d0000;
}

a:hover
{
    color:#000000;
}

img
{
    margin: 0px;
    padding: 0px;
    border: 0px;
    border-collapse: collapse;
}

#team
{
  display: block;
  width: 130px;
  height: 42px;
  background: url("images/navTeam.jpg") no-repeat 0 0;
  background-position:top;
}

#team:hover
{ 
  background-position: 0 -42px;
}

#camp
{
  display: block;
  width: 214px;
  height: 42px;
  background: url("images/navTournament.jpg") no-repeat 0 0;
  margin-left: 15px;
}

#camp:hover
{
  background-position: 0 -42px;
}

#news
{
  display: block;
  width: 145px;
  height: 42px;
  background: url("images/navNews.jpg") no-repeat 0 0;
  margin-left: 20px;
}

#news:hover
{ 
  background-position: 0 -42px;
}

#about
{
  display: block;
  width: 115px;
  height: 42px;
  background: url("images/navAbout.jpg") no-repeat 0 0;
  margin-left:20px;
}

#about:hover
{ 
  background-position: 0 -42px;
}

#support
{
  display: block;
  width: 294px;
  height: 42px;
  background: url("images/navSupport.jpg") no-repeat 0 0;
  background-position:right top;
  
}

#support:hover
{ 
  background-position: right -42px;
}



div#main
{
   width: 969px;
   height: 900px;
   border: 0px;
   margin: 0px;
   padding: 0px;
   text-align: center;
}
td#bodyLeft
{
   background-image: url(images/Master_01.png);
   background-repeat: no-repeat;
   width: 265px;
   height: 883px;

}

td#bodyRight
{
   background-image: url(images/Master_03.png);
   background-repeat: no-repeat;
   width: 266px;
   height: 883px;
}

div#header
{
   background-image: url(images/Master_02.png);
   background-repeat: no-repeat;
   width: 969px;
   height: 191px;
}

div#navigation
{
   width: 969px;
   height: 45px;
}

div#content
{
   background-image: url(images/Master_09.png);
   background-repeat: no-repeat;
   width: 969px;
   height: 650px;
}

div#footer
{
   background-image: url(images/Master_10.png);
   background-repeat: no-repeat;
   width: 969px;
   height: 17px;
}
