* {
    margin: 0;
    padding: 0;
}
html {
    height: 100%;
}
body {
    height: auto !important;
    height: 100%;
    min-height: 100%;
    width: 100%;
    position: relative;
}


#header { 
    /*background-color:#6699CC;*/
}
#container {
    /*background-color:#669966;*/
    width:100%;
    padding-bottom: 200px;
}
#left {
    width: 340px; 
    float: left; 
}
#content {     
    margin-left: 340px;
    margin-right: 210px;
    
}
#right {
    position: absolute; 
    right: 0; 
    top: 160px;
    width: 210px;
}
#footer {
    /*background-color:#FF9966;*/
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 200px;
}