/* remove label for search form */
#block-search-0 .container-inline #edit-search-block-form-1-wrapper label {
display: none;
}

/* fixed bg image */
#center-content-bg {

 background-color: #2175a1;
/* background-image: url("../images/background-top.jpg"); 
background-image: url("../images/v2bg.jpg");
background-repeat: repeat-x;
background-attachment: fixed; 
background-position: top center;

*/
}