﻿html, body {
    background: #000 url(../media/bg.png) no-repeat top center fixed;
    background-size: 100%;
    font-family: 'Lato', sans-serif;
}

#content {
    width: 910px;
    margin: 0 auto;
}

.clear {
    clear: both;
}

a {
    text-decoration: none;
    color: #ffffff;
}

#menu {
    background-color: #333333;
    font-size: 20px;
    width: 100%;
    height: 50px;
    margin-left: 8px;
    margin-bottom: 8px;
    border-radius: 8px;
}

#menu ul {
    margin: 0;
    padding: 11px 20px 0 20px;
    list-style: none;
}

#menu li {
    display: inline;
    padding: 0 10px 0 10px;
}

#menu a {
    text-decoration: none;
    color: white;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    padding: 23px 5px 11px 5px;
    font-weight: bold;
    text-shadow: 2px 2px 2px black;
}

#menu a:hover {
    text-shadow: 2px 3px 4px gray;
}

#slider {
    margin-top: 15px;
    margin-left: 15px;
}

.serverinfo {
    box-shadow: 3px 3px 6px black;
    font-size: 20px;
    padding: 8px;
    width: 100%;
    background: #333333;
    margin-bottom: 8px;
    border-radius: 8px;
    text-align: center;
}

.news{
    box-shadow: 3px 3px 6px black;
    padding: 8px;
    width: 100%;
    min-height: 100px;
    background: #333333;
    margin-bottom: 8px;
    border-radius: 8px;
    text-align: center;
}

.news .title {
    font-size: 23px;
    color: #ef9024;
    margin-bottom: -12px;
    font-weight: 600;
}

.news .left {
    float: left;
    padding-right: 15px;
}

.footer{
    box-shadow: 3px 3px 4px black;
    padding: 8px;
    padding-left: 8px;
    padding-right: 8px;
    width: 100%;
    background: #333333;
    border-radius: 8px;
    text-align: center;
}