  body {
  	margin: 10 0 0 0;
  	padding: 0;
  	background-color: #ffffff;
  	text-align: center;
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 12px;
  	text-align: center;
  }

 .container{
    margin: 0 auto;
  	padding: 0;
    background-image: url('images/firstpage.jpg');
    background-repeat: no-repeat;
    width: 810px;
    height: 400px;
    text-align: left;
  }
  .menu{
    width: 475px;
    position: relative;
    left: 30px;
    top: 10px;
    padding: 0;
  }
  .languages{
    width: 350px;
    height: 50px;
    position: relative;
    left: 30px;
    top: 320px;
  }
  #nav {
    padding: 0;
    letter-spacing: 0;
    word-spacing: 0;
  }
  #nav ul {
    padding: 0;
    margin: 0;
  }
  #nav li {
    list-style-type: none;
    display: block;
    float: left;
    padding: 2px;
    white-space: nowrap;
  }
  #nav a{
  	color: #000000;
  	text-decoration: none;
  	font-weight: bold;
  }
  #nav a:hover {
    color: #b01313;
  }
