body {
  background: #fff;
  margin: 0 0 30px 0;
  padding: 0;
  font-family: Arial, sans-serif;
  font-size: 12px;
}

div.container {}

/* IE hack \*/
* html .container { height: 1%; }
/* Hack ends */

div.container:after {
  content: ".";
  display: block;
  height: 0;
  overflow:hidden;
  clear: both;
  visibility:hidden;
}

div.root {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

div.welcome {
  text-align: center;
  font-size: 1.2em;
}

div.description {

}

.welcome p {
  font-size: 1em;
  text-indent: 1em;
}

img.simple_image {
  border: 1px solid #000000;
}

a {
  text-decoration: none;
  color: #000000;
}

a:hover {
  color: #000fff;
}

