
 body {
      background: #7991b7 url(images/v_background.jpg) repeat-x top;
	   background-attachment: fixed;
	  	color: black;
		font: 11px "Comic Sans ms", Arial, sans-serif;
		}
		


img.logo{
	left: 70px;
	position: absolute;
	top: 30px;
}



div.quote{
	background: transparent;
	color: white;
	font: italic 12px Arial,sans-serif;
	left: 100px;
	position: absolute;
	top: 280px;
}

div.address {
	background: transparent;
	color: white;
	font-size: 12px;
	left: 80px;
	position: absolute;
	top: 350px;
}

img.flag{
	left: 550px;
	position: absolute;
	top: 235px;
	z-index:200
}




div.menu {
	left: 70px;
	position: absolute;
	top: 320px;
   font-size:12px;
   background-color: #603e34;
   width:570px;
   text-align:center;
   height:25px;
   
}
A.menu:link, A.menu:visited, A.menu:link {
color: #ffd700; background-color:transparent; text-decoration: none; }

A.menu:hover {color: #9acd32; background-color: transparent; text-decoration: none;}

span.menu{
	background: #603e34;
	color: white;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	}