body{
 margin: 0px;
 padding:0;
 background: black url(http://home.mattjonesblog.com/img/sunset.jpg) fixed center center no-repeat;
 }	 

#lh-col{
 position: absolute;
 font-size: 12;
 top: 20px;
 left: 20px;
 width: 150px;
 border: 0px solid;
 background: white;
 color: #333333;
 margin: 0px;
 padding: 10px;
 height: 700px;
 z-index: 1;
  filter: alpha(opacity=80);
 -moz-opacity: 0.8;
 opacity: 0.8;
 } 
 
#rh-col{
 position: absolute;
 font-size: 12;
 top: 20px;
 right: 20px;
 width: 150px;
 border: 0px solid;
 background: white;
 color: #333333;
 margin: 0px;
 padding: 10px;
 height: 700px;
 z-index: 1;
  filter: alpha(opacity=80);
 -moz-opacity: 0.8;
 opacity: 0.8;
 }       
        
#c-col{
 position: relative;
 margin: 0px 200px 20px 200px;
 border: 0px solid;
 background: transparent;
 color: #333333;
 padding: 20px;
 z-index: 2;
 }

h4 {
    font-size: 100%;
    border: 1px solid #000000;
    color: #eeeeee;
    background: #999999;
    padding: 2px;
}
 
h5 {
 margin: 0px;
 padding: 20px;
 color: #000066;
 position: relative;
 border: 0px solid #000000;
 background: white;
 filter: alpha(opacity=80);
 -moz-opacity: 0.8;
 opacity: 0.8;
 z-index: 3;
}

img {
    border-style: none;
    padding: 4px;
    position: relative;
}

a:link {
    color: #060B98;
}

a:visited {
    color: #2D94FA;
}

a:hover {
    color: #FF3333;
    text-decoration: underline;
}