﻿html
{
    text-align: center;
    }
body
{
    background-image: url('../images/bg/carbon_fibre.png');
    background-repeat: repeat;
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    min-width: 1000px;
    
}


a
{
    color: #CCCCCC;
    text-decoration: none;
}


a:link
{
    color: #CCCCCC;
    text-decoration: none;
}



a:visited{color: #CCCCCC;
    text-decoration: none;}

a:hover
{
    color: #FF9900;
    text-decoration: underline;
}


#logo_main
{
    background-image: url('../images/fidisch_logo_main_page.png');
    width: 780px;
    height: 335px;
    display: block; /*set the div in the center of the screen*/
    display: table-cell;
    vertical-align: text-bottom;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 20%;
    margin: -20px 0 0 -390px;
    text-align: center;
}

#address
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 10px;
    color: #999999;
    text-align: center;
}

#address h1
{
    margin: 0px;
    font-size: 16px;
    color: #FFFFFF;
}