.landing {
  display: block;
  width: 793px;
  height: 1122px;
  background-image: url('../img/landing.jpg');
  margin: auto;
}

html {
  height: 100%;
}

body {
  margin: 0px;
}

#pagebody {
  height: 100%;
  text-align: center;
  font-size: 62.6%;
  font-family: arial;
  margin: auto;
  background-color: #efefef;
}


a {
  color: #0077FB;
  text-decoration:none;
}

a:hover { text-decoration: underline; }

h1, h2, h3, h4 {
  font-family: "Arial Rounded MT Bold", "Comic Sans MS", Arial, "Arial";
  color: #000;
  line-height: 1em;
  margin: 0px;
}

h1 {
  font-size: 2.2em;
  padding-top: 0px;
  padding-bottom: 15px;
}
h2 {
  font-size: 1.6em;
  padding-top: 10px;
  padding-bottom: 10px;
}
h3 {
  font-size: 1em;
}
h4 {
  font-size: 0.9em;
}

* html #container {
  height: 100%;
}

#container {
  min-height: 100%;
  width: 800px;
  margin: auto;
  background-color: #fff;
  background-image: url('../img/bg.png');
  text-align: left;
}

#banner {
  display: block;
  float: left;
  width: 260px;
  height: 228px;
  background-image: url('../img/banner.png');
  margin-left: 5px;
}

#animation {
  width: 500px;
  height: 228px;
  float: left;
}

#toplinks ul {
  clear: both;
  padding: 0px 0px 0px 30px;
  margin: 0px;
}

#toplinks li {
  display: inline-block;
  float: left;
  color: #fff;
  list-style-type: none;
  background: url('../img/btn-left.png') no-repeat;
  margin-right: 10px;
  margin-bottom: 10px;
}

#toplinks a {
  display: inline-block;
  font-size: 1.2em;
  color: #fff;
  height: 21px;
  text-decoration: none;
  padding: 7px 14px 0px 30px;
  background: url('../img/btn-right.png') top right no-repeat;
}

.toplink {
  display: block;
  float: left;
  width: 103px;
  height: 145px;
}

#link-what { background-image: url('../img/what.png'); margin-right: 50px; }
#link-why { background-image: url('../img/why.png'); margin-right: 50px; }
#link-how { background-image: url('../img/how.png'); }

#rightmenu {
  min-height: 100%;
  float: right;
  width: 240px;
  padding: 30px 0px 0px 23px;
  font-size: 1.4em;

}

#findclinic, #sendtest, #quiz {
  display: block;
  width: 214px;
  height: 140px;
  background: url("../img/findclinic.png") no-repeat;
  line-height: 9999px;
  overflow: hidden;
  margin-bottom: 15px;
}

#sendtest { background: url("../img/sendtest.png") no-repeat; }
#quiz { background: url("../img/quiz.png") no-repeat; }

#content {
  float: left;
  text-align: left;
  width: 470px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4em;
  line-height: 1.1em;
  padding: 30px 0px 30px 30px;
}

#nav ul {
  margin: 0px;
  padding: 0px;
}

#nav li {
  margin: 0px;
  display: block;
  list-style-type: none;
  padding-top: 3px;
  padding-bottom: 3px;
}

#nav a {
  display: block;
  color: #000;
  background-color: #EAF7FF;
  border: 2px solid #ADD9FA;
  padding: 5px;
  padding-left: 10px;
}
#nav a:hover {
  text-decoration:none;
  background-color: #CAE4FF;
}


#footer #nhs-logo {
  display: block;
  width: 50px;
  height: 20px;
  float: right;
  background: url("../img/nhs-foot.png") no-repeat;
  padding: 0px 0px 15px 30px;
}

.clear {
  clear: both;
}
