
body, html {
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  background: #333;
  color: #FFF;
  background-attachment: fixed;
  margin: 20px;
}

h1 {
  font-size: 26px;
  color: #EDEDED;
}

h2 {
  font-size: 18px;
  color:  #C0D9AF;
}

strong {
  font-weight: bold;
  color: #AAA;
}

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

a:hover{
  color: #AFEEEE;
  text-decoration: underline;
}

img {
    border: 0;
}

ul {
	list-style-type: none;
	}
	
li {
  padding: 3px;
}

em {
  color: #666;
  text-transform: uppercase;
  font-size: 12px;
}

/* Utilities */ 

.clear {
  clear: both;
}

.clear-extreme {
  height: 0;
  clear: both;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.imgv {
  margin-bottom: -2px;
}

.error {
  color: #F5B2B2;
}

/* Start */

div#container
{
margin-top: 200px;
}
