/* 
    Document   : style
    Created on : 12-10-2012, 20:58:06
    Author     : Mikkel
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}
#logo{
    background-image:url('logo.png');
    background-repeat: no-repeat;
    position:relative;
    margin:100px auto auto auto;
    height: 220px;
    width: 800px;
    border-radius: 15px;  
}
#refference {
    margin-left: 71%
    
}
#refference a{
    text-decoration: none;
    font-family:Arial, Helvetica, Tahoma, sans-serif;
    font-size: 0.8em;
}