/* CSS Document */

body {
    font-family: 'Droid Sans', Arial, sans-serif !important;
    margin: 0px;

    /* background-image: url('img/goteborg_big.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left top; */

}
a:link {
    text-decoration: none;
}
a:link {
    color: #357ebd;
    ;
}
/* unvisited link */

a:visited {
    color: #357ebd;
    ;
}
/* visited link */

a:hover {
    color: #357ebd;
    ;
}
/* mouse over link */

a:active {
    color: #357ebd;
    ;
}
/* selected link */


img.bg {
    /* Set rules to fill background */

    min-height: 100%;
    min-width: 1024px;
    opacity: 0.8;
    /* Set up proportionate scaling */

    width: 100%;
    height: auto;
    /* Set up positioning */

    position: fixed;
    top: 0;
    left: 0;
}
.container {
    position: absolute;
    width: 100%;
    top: 50px;
}
.link {
    width: 700px;
    margin: auto;
    height: 84px;
    text-align: center;
    border: 1px solid black;
    background: #f8f8f8 url("img/body-bg.png");
    opacity: 0.85;
    border-radius: 20px;
    /*line-height:35px;*/
    padding-top:5px;
    padding-bottom:5px;
}
.box {
    margin-top: 5px;
}
.left.box {
    float: left;
    width: 150px;
    height: 100%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.right.box {
    float: left;
    width: 490px;
}
.logo {
    float: left;
    height: 70px;
    margin-left: 10px;
    margin-top: 5px;
}
.year,
.name {
    font-size: x-large;
}
.arrow {
    width: 60px;
    margin-top: 8px;
}
