header,nav,section,footer{
    margin:0 auto;
}
body{
    font:16px "trajan-pro-regular";
    color:#fff;
    margin:0;
}
ul,ol,li,p,h1,h2,h3,h4,h5,h6,dl,dt,dd{
    margin:0;
    padding:0;
    list-style:none;
}
input{border:none;}
.lt{float:left;}
.rt{float:right;}
.clear{clear:both;}
a{
    text-decoration:none;
    color:#fff;
    outline: none;
}
a:hover{
    color:#fff;
    text-decoration:none;
    outline: none;
}
a:focus{outline:0}
.clear-float:after{
    content:'';
    display: block;
    clear: both;
}
@font-face {
    font-family: 'trajan-pro-regular';
    src: url('../font/trajan-pro-regular/trajan-pro-regular.eot');
    src: url('../font/trajan-pro-regular/trajan-pro-regular.eot?#iefix') format('embedded-opentype'),
    url('../font/trajan-pro-regular/trajan-pro-regular.woff') format('woff'),
    url('../font/trajan-pro-regular/trajan-pro-regular.ttf') format('truetype'),
    url('../font/trajan-pro-regular/trajan-pro-regular.svg#NeuesBauenDemo') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SYLFAEN';
    src: url('../font/SYLFAEN/SYLFAEN.eot');
    src: url('../font/SYLFAEN/SYLFAEN.eot?#iefix') format('embedded-opentype'),
    url('../font/SYLFAEN/SYLFAEN.woff') format('woff'),
    url('../font/SYLFAEN/SYLFAEN.ttf') format('truetype'),
    url('../font/SYLFAEN/SYLFAEN.svg#NeuesBauenDemo') format('svg');
    font-weight: normal;
    font-style: normal;
}