body { 
   
	background-image      : url(/images/html-bg.png);
	background-attachment : fixed;
	background-position   : top center;     /* or: center center */
	background-size       : cover;       /* CSS3 */
  	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
        
}

#rt-top-surround {
    background:  transparent none repeat scroll 0 0;
    position: relative;
    box-shadow: 0 1px 0px rgba(0,0,0,0.1);
    padding-top: 0px 0;
    padding-bottom: 0px 0;
  	padding: 5px 0;
  	/*opacity: 0.5;//
    filter: alpha(opacity=50);*/
}

#rt-top .rt-block {
    padding: 0px;
    margin: 0px;
    position: relative;
    line-height: 5px;

/* top 2 remove padding around logo */

}

/*.rt-container {float: left;}*/

/* this allows the search box to be placed inside the menu bar (position-1) */

#rt-menu .menu-block {float: left;}

.rt-menu form {
    float: right; 
    width: 250px;  
    vertical-align: top;
    }

.rt-content {
    background: none none repeat scroll 0 0;
 	opacity: 0.9;
    filter: alpha(opacity=50);
}
