body{
	background: url(../img/brushed_alu.png) repeat ;
}

.barreTop{

min-height:100px !important;
background-color:white;
 background: -webkit-linear-gradient(white,white, #e0e0e0) !important; /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(white,white, #e0e0e0) !important; /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(white,white, #e0e0e0) !important; /* For Firefox 3.6 to 15 */
    background: linear-gradient(white,white, #e0e0e0) !important; /* Standard syntax (must be last) */
}

.page-content{
	margin-left:0px !important;
}