/* CSS Document */

body	{ color: #000;
background-color:#FFFFFF;
}

#menu {   height: 300px;	width: 600px;	position:center;	top: 10px;  	} 

#menu ul {

	list-style: none;

	margin: 0px;

	padding: 0px;

}

#menu ul li {

	float: left;

}

#menu span {

	visibility: hidden;

}

#menu ul a {

	display: block;

	height: 263px;
	
	

	text-decoration: none;

}

#marthe {
 height: 263px;
 width:300px; 
 background:url(buttonmarthe.jpg) no-repeat;
 }
 
#marthe:hover { height: 263px; width:300px; background:url(buttonmarthe_hover.jpg) no-repeat; }

#ward {height: 263px; width:300px; background: url(buttonward.jpg) no-repeat; }
#ward:hover {height: 263px; width:300px; background: url(buttonward_hover.jpg) no-repeat; }


#text {position: center; color: #000; height: 20px;	width: 500px;	top: 900px;  	} 
