body {
    margin: 0;
    padding: 0;
    background-color: #000;
    height: 100%;
}
#content {
    position: relative;
    width: 100%;
    min-width: 960px;
    min-height: 92%;
    margin: 0 auto;
	background: url("img/background.jpg") top center no-repeat;
    font-family: 'Merriweather', serif;
    text-align: center;
}
#welcome_message {
    position: relative;
    top: 270px;
    font-size: 60px;
    font-weight: 600;
    color: #000;
    letter-spacing: 2.5;
    width: 800px;
    margin: 0 auto;
}
#pick_server_message {
    position: relative;
    top: 280px;
    color: #000;
    width: 800px;
    margin: 0 auto;
}
#servers_list {
    position: relative;
    top: 350px;
    width: 800px;
    margin: 0 auto;
}
a:hover .server_name {
    color: #7a7a7a;
}
.server_flag {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -5px;
    margin-right: 10px;
}
.otuken_flag {
    background-image: url("img/otuken_flag.png");
}
.gokturk_flag {
    background-image: url("img/gokturk_flag.png");
}
.server_name {
    font-size: 28px;
    display: inline-block;
    vertical-align: middle;
    color: #000;
    margin-right: 25px;
    margin-left: 25px;
    background-color: transparent;
    outline: none;
    border: none;
    cursor: pointer;
}
#footer {
    position: relative;
    margin: 0 auto;
    text-align: center;
    font-size: 13px;
    color: #fff;
}