﻿body 
{
    background-color:#fff;    
    background-repeat:no-repeat;
    background-position:center top;
}

#container { width:932px; margin:auto; }

#cs { text-align:center; margin-top:10px; }

#intro 
{
    /*-moz-box-shadow: 0px 0px 25px 5px #111;
    -webkit-box-shadow: 0px 0px 25px 5px #111;
    box-shadow: 0px 0px 25px 5px #111;*/
}

#languages 
{
    width:100px; text-align:right; margin:auto; margin-top:-500px; margin-right:25px; z-index:1000;
}
#text { margin-top:10px; font-size:10.8pt; color:White; text-align:left; width:200px; font-weight:bold; font-family: 'TradeGothicLTCom' ,Arial, Helvetica, sans-serif; letter-spacing:-1px; }

#legal {  font-family: 'TradeGothicLTCom' ,Arial, Helvetica, sans-serif; text-align:center; margin-top:7px; font-size:9pt; color:gray }

#legal a { color:gray }
#legal a:hover { color:#ff6600 }

ul { margin-top:10px; }
ul li { margin-bottom:5px; }

@font-face
{
    font-family: 'TradeGothicLTCom';
    src: url('TradeGothicLTCom.eot');
    src: local('TradeGothicLTCom'), local('TradeGothicLTCom'), url('TradeGothicLTCom.ttf') format('truetype');
}

