html {
  background: #445;
}
body {
  background: #445;
  overflow-y:scroll;
}
div#container {
  width: 70%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
div#header {
  border: 1px black solid;
  padding: 1px;
  position: relative;
}
div#menu {
  width: 100%;
  background: #000;
  filter:alpha(opacity=60);
  opacity:0.6;
  position: absolute;
  bottom: 0px;
  color: #fff;
}
span.menuitem {
  padding-left: 1em;
  font-weight: bold;
}
div#menu a {
  text-decoration: none;
  color: #fff;
}
div#content {
  background: #fff;
  padding: 1em;
}
td {
  vertical-align: top;
}
img.right {
  float: right;
}

img.illustrative {
  padding: 4px;
  border: 1px solid #666;
}

img.flag {
  float: right;
  filter:alpha(opacity=100);
  opacity:1.0;
  border: none;
  height:0.8em;
  padding-top: 0.2em;
  padding-right: 1em;
}

img#sonologic {
  position: absolute;
  bottom: 0.4em;
  right: 0.6em;
}
table.pricing {
  border: solid 1px #888;
}

table.pricing th {
  background-color: #222;
  color: #fff;
  padding-right: 0.5em;
  text-align: left;
}

table.pricing td {
  padding-right: 0.5em;
  border-top: 1px solid #ddd;
}
p.tag {
  text-align: center;
}
