body { background-image:  url(../images/bg_menue.gif);
       background-color: #D9EAFF;
       background-repeat: no-repeat;
       background-attachment: fixed;
       width: 100%;
       margin-left:0px; 
       margin-right:0px; 
       margin-top:0px; 
       margin-bottom:0px;
       overflow-x: hidden;
       overflow-y: hidden;
}


div.MyMenu { 
	font-size:12px;
	color:white;
	position:absolute; 
	left:8px; top:50px;
}

a {
  color:white;
}


