/* CSS Document */
body {background: red url('http://europa.translatia.net/images/bck.jpg') repeat-x fixed top; margin: 0px auto;}
.wrapper  {background-color: white; width:750px;}
#header {}
#logo {float:left}
#main {border-left: 3px dotted white;border-right: 3px dotted white; padding:10px; }
#img  {clear:both}
#menu {text-align: center}
ul  {background-color:white;padding:5px}
li  {display: inline;}
a {background-color:white;color: #365448;font: 20px bold "Arial";padding:5px;text-decoration:none;}
a:hover {background-color:#365448;color: white;text-decoration:underline}
#footer {border-top: 2px solid #bbb; color:#bbb;font: 11px normal "Luicida Console"; margin-top:1em;padding:10px;}
