﻿body
{
    background-color: #989898;
    margin: 0px;
}

#Singles
{
    width: 259px;
    height: 26px;
    background-image: url(../Images/Singles.jpg);
    margin-left: auto;
    margin-right: auto;
    margin-top: 71px;
}

#Content
{
    background-repeat: repeat-x;
    background-image: url(../Images/Portal_BG.jpg);
    height: 648px;
    margin: 39px 0 0 0;
}

#Navigation
{
    padding: 0;
    list-style: none;
    width: 970px;
    height: 215px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    padding-top: 251px;
    margin-bottom: 0px;
}

#Navigation li {float: left;}

#Navigation a
{
    display: block;
    background-image: url(../Images/Portal_Sprite.jpg);
    padding-top: 215px; /* same as height of #Navigation */
    text-decoration: none; /* needed for IE8 beta, otherwise it still shows the underlines */
}

a.Merge {width: 322px;}
a.Merge:hover {background-position: 0 -215px;}

a.Catalyst {width: 336px; background-position: -322px 0;}
a.Catalyst:hover {background-position: -322px -215px;}

a.Connection {width: 312px; background-position: -658px 0;}
a.Connection:hover {background-position: -658px -215px;}

#Ages
{
    width: 970px;
    margin: 12px auto 0 auto;
}
