
body{
	background-image: url("../images/background_top_header.jpg");
	background-repeat: repeat-x;
	background-color: #000000;
	overflow-y: initial; /* avoid the double scroll */
}

html {
    overflow-y: scroll;
    overflow-x: hidden; /* I do NOT want hz scroll */
}

/*html { 
overflow-y: scroll; }*/



