@import url(http://fonts.googleapis.com/css?family=Jura:400,500);

body, h1, h2, h3, h4, h5, h6, div, section, dl, dt, dd, ul, li {
  margin: 0;
  padding: 0;
}

html {
  width: 100%;
  height: 100%;
}

body {
  background-color: #ccf;
  width: 100%;
  height: 100%;
}

h1 {
  color #000;
  margin: 0 0 5px 10px;
  padding: 0;
  font-weight: normal;
}

#outer {
  width: 100%;
  height: 100%;
}

#container {

  background-color: #fff;
  margin: 0 auto;
  /*border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;*/
  padding: 10px;
  padding-bottom: 15px;
  border: 1px solid #000;
  width: 650px;
}

#menu {
  font-family: 'Jura', sans-serif;
  display: box;
  display: -moz-box;
  display: -webkit-box;
}

#menu li {
  list-style-type: none;
  text-align: center;
  font-size: 24px;
}

#menu li a {
  width: 80px;
  padding: 5px 10px;
  text-decoration: none;
  color: #111188;
}

#menu li a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
