@charset "utf-8";
.container {
    background-image: url(images/background.png);
    width: 950px;
    text-align: center;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    margin: auto;
}
.logo {
    height: 141px;
    width: 200px;
    margin-left: 20px;
    margin-top: 20px; 
}
.navigation {
    height: 160px;
    width: 630px;
    margin-left: 300px;
    margin-top: -100px;
    color: #F7EFEF;
    word-spacing: 10px;
    position:fixed;
}
.welcome {
    margin: auto;
    padding: 1px;
    height: 460px;
    width: 630px;
    left: auto;
    top: auto;
}


.tools {
    height: 180px;
    width: 800px;
    margin-left: 70px;
    top: 4px;
    right: auto;
    clip: rect(auto,auto,auto,auto);
}
.useful {
    height: 360px;
    width: 500px;
    left: auto;
    top: auto;
    clip: rect(auto,auto,auto,auto);
    font-size: 16px;
}
