﻿
body {
    margin:0;
    font-family:'Segoe UI','Helvetica Neue',Arial,Tahoma;
    font-size:16px;
    color:#fff;
    background-color:#d8d9da;
    background-image:url(../img/bg_body2.jpg);
    background-position:top center;
    background-repeat:repeat-x;
}

div#content
{
    margin:0 auto;
    width:960px;
    height:910px;
    background-image:url(../img/ecommerce.jpg);
    background-repeat:no-repeat;
}

div#footer{
     margin: 0;
 font-size: 80% /*smaller*/;
 line-height: 1.1;
 text-align: center;
 top: 700px;
 width: 100%;
 border-top:3px solid #fff;
 background-color:#a8a9ad;
 height:100px;
    /*height:100px;*/
}


a,a:visited,a:link{color:#666;text-decoration:none;}

a:hover{text-decoration:underline;}

div#header{text-align:right;padding-top:10px;padding-right:20px;}

a#brochure{
    display:block;
    height:30px;
    width:180px;
    top:0;    
    margin-top:850px;
    margin-left:675px;
    position:absolute;
}

a#email{
    display:block;
    height:23px;
    width:130px;
    top:0;  
    margin-top:830px;
    margin-left:40px;
    position:absolute;
}
a#facebook{
    display:block;
    height:23px;
    width:130px;
    top:0;  
    margin-top:860px;
    margin-left:40px;
    position:absolute;
}