body{
    text-align:center;
    background-color:#999;
    margin:0px;
    padding:0px;
    font-size:100%;
    padding-top:20px;
    font-family:Helvetica, Arial, sans-serif;
}

a img{
    border:0px;
}

@font-face {
    font-family: "source-sans";
    src: url(../Fonts/SourceSansPro-ExtraLight.otf.woff);
}

@font-face {
    font-family: "source-sans";
    src: url(../Fonts/SourceSansPro-Semibold.otf.woff);
    font-weight: bold;
}

p a{
    color:#ff6600;
    text-decoration:none;
}

p a:hover{
    text-decoration:underline;
}

div.breaker{
    clear:both;
    height:0px;
    width:auto;
}

#fixed-width{
    
    width:800px;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
    background-color:#fff;
    padding:10px;
    
    -moz-border-radius: 10px;
    border-radius: 10px;
    
    /* box-shadow: 0px 10px 22px #444;
    -moz-box-shadow: 0px 10px 22px #444;
    -webkit-box-shadow: 0px 10px 22px #444; */
    
}

@media screen and (max-width: 981px) {
    
    /** Full Width: 981 pixels wide or more, landscape only **/
    
    #fixed-width{
    
        width:650px;
    
    }
    
}

@media screen and (max-width: 701px) {
    
    /** Full Width: 701 pixels wide or more, landscape only **/
    
    #fixed-width{
    
        width:500px;
    
    }
    
}

#fixed-width h1{
    font-family: "source-sans";
    margin:0 0 10px 0;
}

#fixed-width p{
    margin:0 0 7px 0;
}

#fixed-width p.technical{
    color:#c20;
}