* {
  margin: 0;
}

html, body {
  height: 100%;
  padding: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.95em;
  font-weight: 400;
}

html {
  background: url("../images/backgrounds/bg03.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {}

h1 {
  padding-bottom: 0.2em;
}

A:link    {color: #000; text-decoration: none; font-weight: 600;}
A:visited {color: #000; text-decoration: none;}
A:hover   {color: #000; text-decoration: underline;}
A:active  {color: #000; outline: none;}

img {border: none;}
.clearPanel {clear: both;}

#linkContainer {
  position: absolute;
  top: 25px;
  margin: 0px 5px 25px 25px;
  background-color: #f5f5fb;
  filter: alpha(opacity=80);
  opacity: 0.80;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.panel {
  float: left;
  margin: 10px 40px 15px 15px;
}

.panel .description {
  color: #727272;
}

.panel ul {
  list-style-type: none;
  padding: 0px 0px 5px 10px;
}

.panel li {
  margin-top: 5px;
}
