#header {
    background-color:green;
    opacity: 0.6;
    color:white;
    text-align:right;
    padding:5px;
    border-style: dotted;
    border-width: 5px;
}
#nav {
    line-height:100px;
    height:300px;
    width:100px;
    float:left;
    padding:40px; 
 font-size:200%;
    border-style: dotted;
    border-width: 5px;

}
#section {
    width:30px;
    float:right;
    padding:10px; 
  color:green;
  border-style: dotted;
    border-width:10px;
}
#section2 {
    width:35px;
    float:left;
    padding:10px; 
  color:orange;
  border-style: dotted;
    border-width: 10px;
}
footer {
  background-color:red;
    opacity: 0.6;
    filter: alpha(opacity=60);
    color:darkgreen;
    clear:both;
    text-align:left;
    padding:5px; 
   position: fixed;
  bottom: 0;
  left: 0;
  height: 70px;
  width:1350px;
  
}