/* Text */
BODY {
	background-repeat : repeat-x;
	font-family : Arial;
	font-size : 14px;
	color : rgb(51,51,51);
	background-color : rgb(255,255,255)
}

#markise{width: 100%; 
         height:128px; 
         position: absolute; 
         top:0; 
         left:0;
	     background-image : url( "./Markise2.png" );
	     background-repeat : repeat-x 
	     }


