@charset "utf-8";

body
{
    background-color: #4E5D58;
    background-image: url(../img/design/nyito.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}
            
#links
{
    margin-top: 220px;
    margin-left: 700px;
    width: 200px;
}

#flash_message
{
    font-size: 20;
    color: red;
    font-weight: bold;
}

.flagImage
{
    padding-right: 30px;
    width: 36px;
    height: 25px;
}

a:link, a:visited, a:hover, a:active
{
    text-decoration: none;
}