html
{
    background-image: url(img/abstract-color-background-picture-8016-desktop-wallpaper.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    /*background-color: lightblue;*/
}
body
{
    width: 1100px;
    margin: auto;
}
header
{
    height: 70px;
    padding-top: 80px;
    font-family: "MIB",Arial,sans-serif;
    /*font-family: "AlphaS3",Arial,sans-serif;*/
    background-image: url(img/header.png);
    font-size: 400%;
    /*color: rgba(255,255,255,0.7);*/
    color: white;
    text-align: center;
}
#container
{
    background-image: url(img/side.png);
    background-repeat: repeat;
    padding-top: 50px;
    padding-bottom: 50px;
}
nav
{
    position: fixed;
    max-width: 260px;
    margin-top: 40px;
    margin-left: 28px;
    font-family: "Broken-Detroit";
    text-decoration: none;
    font-size: 180%;
    float: left;
    color:white;
}
nav a
{
    color: lightgrey;
}
nav a:hover
{
    color: white;
}
nav ul li a
{
    max-width: 200px;
}
.textcontainer
{
    background-image: url(img/textcontainer.png);
    /*background-color: rgba(255,255,255,0.02);*/
    width: 500px;
    margin-left: 270px;
    margin-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
    border-radius: 8px;
    border-style: outset;
    border-width: 2px;
    border-color: rgba(77,255,0,0.1);
    /*color: rgba(255,255,255,0.7);*/
    color: lightgrey;
    font-family: "Helvetica",Arial,sans-serif;
    font-size: 130%;
}
.textcontainer h1
{
    background-color: rgba(255,255,255,0.05);
    font-family: "Broken-Detroit";
    font-size: 200%;
    /*color: rgba(255,255,255,0.7);*/
    color: white;
    padding-left: 20px;
    border-bottom: outset;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-width: 1px;
    border-color:rgba(255,255,255,0.9);
}
.textcontainer h2
{
    font-family: "Broken-Detroit";
    font-size: 150%;
    color: white;
}
.textcontainer a
{
    color: lightgrey;
    text-decoration: underline;
}
.textcontainer a:hover
{
    color: white;
    text-decoration: none;    
}
.textcontainer img
{
    border: outset;
    border-width: 2px;
    border-color: rgba(77,255,0,0.3);
    border-radius: 5px;
}
footer
{
    height: 120px;
    padding-top: 30px;
    background-image: url(img/footer.png);
    font-family: "Broken-Detroit";
    font-size: 100%;
    /*color: rgba(255,255,255,0.5);*/
    color: lightgrey;
    text-align: center;
}
footer b
{
    font-family: Arial,Helvetica,sans-serif;
    font-style: normal;
    text-decoration: none;
}
footer a
{
    color: white;
}
footer a:hover
{
    color: lightgrey;
}
@font-face
{
    font-family: 'AlphaS3';
    src: url(fonts/Alpha-Silouettes3.ttf);
    src: local('ø'), url(fonts/Alpha-Silouettes3.ttf);
}
@font-face
{
    font-family: "Broken-Detroit";
    src: url(fonts/Broken-Detroit.ttf);
    src: local("ø"), url(fonts/Broken-Detroit.ttf);
}
@font-face
{
    font-family: "MIB";
    src:url(fonts/MIB.ttf);
    src:local("ø"),url(fonts/MIB.ttf);
}