html, body, div, span, h1, img, a {
 margin: 0;
 padding: 0;
}

html, body {
 width: 100%;
 height: 100%;
 font-family: "Verdana CE", Verdana, "Arial CE", Arial; 
}

body { background: #000 url(../img/start/bg-body.png) 50% 50% no-repeat; }
img  { border: none; }
span { display: none; }

#page     { width: 951px; height: 408px; position: absolute; top: 50%; left: 50%; overflow: hidden; background: #000 url(../img/start/bg-page.png) 0 -3px repeat-x; margin: -226px 0 0 -475px; }
#page img { float: left; }

#boxes                 { position: relative; width: 705px; float: right; overflow: hidden; }
#boxes div             { width: 234px; height: 103px; float: left; overflow: hidden; border-left: 1px solid #000; }
#boxes #box-nextmatch  { height: 84px; }
#boxes #box-scoreboard { width: 469px; height: 65px; background: url(../img/heading-1-fc-scoreboard.png) left top no-repeat; padding-top: 19px; }

#boxes a            { border:0; width: 234px; height: 103px; display: block; background-color: #000; background-position: 0 0; background-repeat: no-repeat; }
#boxes a#top-1      { background-image: url(../img/menu/top-1.jpg); border: none; }
#boxes a#top-2      { background-image: url(../img/menu/top-2.jpg); }
#boxes a#top-3      { background-image: url(../img/menu/top-3.jpg); }
#boxes a:hover      { background-position: -234px 0; }
#boxes a span { display:none; }

a#main-link       { width: 238px; height: 59px; display: block; float: right; background: url(../img/start/main-link.png) left top no-repeat; }
a#main-link:hover { background-position: right top; }

#foot {
 position: relative;
 top: -59px;
 width: 273px;
 height: 59px;
 float: left;
 background: url(../img/start/bg-foot.png) left top no-repeat;
}

a#f1 {
 position: absolute;
 top: 6px;
 left: 30px;
 width: 47px;
 height: 47px;
}

a#f2 {
 position: absolute;
 top: 18px;
 left: 91px;
 width: 182px;
 height: 28px;
}

#partners {
 position: absolute;
 top: 246px;
 left: 0;
 width: 100%;
 height: 148px;
 background: url(../img/start/bg-partners.png) center top no-repeat;
}

#partners a {
 position: absolute;
}

a#p1 {
 top: 23px;
 left: 48px;
 width: 366px;
 height: 116px;
}

a#p2 {
 top: 91px;
 left: 798px;
 width: 114px;
 height: 52px;
}

a#p3 {
 top: 97px;
 left: 472px;
 width: 114px;
 height: 43px;
}

a#p4 {
 top: 24px;
 left: 760px;
 width: 150px;
 height: 44px;
}

a#p5 {
 top: 97px;
 left: 624px;
 width: 140px;
 height: 43px;
}

a#p6 {
 top: 23px;
 left: 472px;
 width: 255px;
 height: 43px;
}

#box-next {
 float: left;
 width: 234px;
 height: 84px;
 position: relative;
 background: url(../img/bg-next-match.png) left top no-repeat;
}

#box-next span {
 display: block;
}

#box-next #bn-date {
 font-size: 14px;
 font-weight: bold;
 color: #09f;
 position: absolute;
 top: 27px;
 left: 0;
 width: 77px;
 text-align: center;
}

#box-next #bn-time {
 font-size: 10px;
 color: #fff;
 position: absolute;
 top: 61px;
 left: 0;
 width: 77px;
 text-align: center;
}

#box-next #bn-home {
 font-size: 13px;
 font-weight: bold;
 color: #fff;
 position: absolute;
 top: 28px;
 left: 88px;
 text-transform: uppercase;
}

#box-next #bn-guest {
 font-size: 13px;
 font-weight: bold;
 color: #fff;
 position: absolute;
 top: 59px;
 left: 88px;
 text-transform: uppercase;
}