
body {

background-attachment: fixed;
}






img {
    border-style:none;
} 






.text, textarea, .dropdown{
    border:1px solid #777;
    padding: 5px;
    color: #999;
    background: #fff;
    border-radius: 5px;
 
    /* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#eee),
        to(#fff)
        );
    -webkit-border-radius: 5px;
 
    /* Firefox */
    background: -moz-linear-gradient(
        top,
        #eee,
        #fff
        );
    -moz-border-radius: 5px;
 
    /* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ffeeeeee,endColorstr=#ffffffff);
    zoom: 1;
}




    body { text-align:center; }  
    #wrap { width:780px; text-align:left; margin:0 auto; }  
    #inner { margin:0 10px; }  






#container { width: 800px;  background:#ffffff }
#banner { width : 800px;  }
#left { float: left; width: 800px;  background:#ffffff}
#wrapper { float: left; width: 800px;  background:#ffffff }
#center { float :right; width: 800px;  background:#ffffff }
#footer { width : 800px; clear: both;  background: #ffffff }
.c-both { clear: both; }