@import "./index.css";
@import "./links.css";
@import "./news.css";
@import "./team.css";
@import "./matches.css";
@import "./statistics.css";

body
{
    padding: 0px;
    margin: 0px;
    background-color: #F7FCCD;
    font-family: "Arial";
}

#main_frame
{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}

#top_frame
{
    position: absolute;
    width: 1200px;
    height: 66px;
    top: 50px;
    background-image: url('../images/top_frame.gif');
    background-repeat: no-repeat;
}

#left_frame
{
    position: absolute;
    width: 39px;
    height: 720px;
    top: 116px;
    background-image: url('../images/side_frame.gif');
    background-repeat: repeat-y;
}

#right_frame
{
    position: absolute;
    width: 39px;
    height: 720px;
    top: 116px;
    left: 1161px;
    background-image: url('../images/side_frame.gif');
    background-repeat: repeat-y;
}

#bottom_frame
{
    position: absolute;
    width: 1200px;
    height: 79px;
    top: 836px;
    background-image: url('../images/bottom_frame.gif');
    background-repeat: no-repeat;
}

#extra_frame
{
    position: absolute;
    width: 1200px;
    height: 50px;
    top: 915px;
    right: 6px;
    text-align: right;
}

#main_links
{
    position: absolute;
    width: 229px;
    height: 850px;
    top: 0px;
    left: 80px;
    background-image: url('../images/column.gif');
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 20px;
}

#main_links a
{
    position: relative;
    font-size: 24px;
    color: #FAED09;
    text-decoration: none;
    display: block;
}

#main_links span
{
    position: relative;
    width: 216px;
    background-image: url('../images/button.png');
    background-repeat: no-repeat;
    display: block;
    margin-left: 8px;
    line-height: 70px;
}

#main_info
{
    position: absolute;
    width: 630px;
    height: 680px;
    top: 118px;
    left: 309px;
    /* padding-top: 25px; */
    overflow: auto;
    overflow-x: hidden;
}

#right_info
{
    position: absolute;
    width: 229px;
    height: 800px;
    top: 78px;
    left: 939px;
    text-align: center;
}

#linked_info
{
    position: absolute;
    width: 859px;
    height: 802px;
    top: 78px;
    left: 309px;
    padding-top: 40px;
}

#right_info img
{
    border: 0px;
}

.selected_link
{
    border-bottom-style: solid;
    border-bottom-color: #000000;
    border-bottom-width: 1px;
}
