
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 {
font-size: 80%;
color: #777777;
}


    body { text-align:center; }  
    #wrap { width:780px; text-align:left; margin:0 auto; }  
    #inner { margin:0 10px; }  






#container {
           border-radius: 15px;         /* CSS3 */
           -moz-border-radius: 15px;    /* Firefox */
           -webkit-border-radius: 15px; /* Safari,Chrome */
           width: 840px;  background:#ffffff}
#banner { 
           border-radius: 15px;         /* CSS3 */
           -moz-border-radius: 15px;    /* Firefox */
           -webkit-border-radius: 15px; /* Safari,Chrome */
width : 840px;  background:#ffffff}
#wrapper {
           border-radius: 0px;         /* CSS3 */
           -moz-border-radius: 0px;    /* Firefox */
           -webkit-border-radius: 0px; /* Safari,Chrome */
           float: center; width: 800px;  background:#ffffff }



#center { 
           border-radius: 0px;         /* CSS3 */
           -moz-border-radius: 0px;    /* Firefox */
           -webkit-border-radius: 0px; /* Safari,Chrome */
           float: right; width : 620px;  background:#eeeeee }
#left { 
           border-radius: 0px;         /* CSS3 */
           -moz-border-radius: 0px;    /* Firefox */
           -webkit-border-radius: 0px; /* Safari,Chrome */
           float: left; width : 180px;  background:#ffffff}

#footer { 
           border-radius: 15px;         /* CSS3 */
           -moz-border-radius: 15px;    /* Firefox */
           -webkit-border-radius: 15px; /* Safari,Chrome */
           width : 800px; clear: both;  background:#ffffff }
.c-both { clear: both; }







