body {
  margin: 0;
  background: #000000 url("../images/bg.jpg") no-repeat center top;
  font-family: "Helvetica", arial, sans-serif;
  color: #ccc;
  line-height: 1.3;
  font-size: 13px;
}
div#wrapper{
  margin: 0 auto;
  width: 600px;
}
div#sidebar{
  background: transparent url("../images/box.png") repeat;
  float:left;
  width:170px;
  height: 120px;
  padding: 10px;
  margin-right: 5px;
  border: 1px solid #152024;
}
div#content{
  background: transparent url("../images/box.png") repeat;
  float:right;
  width:380px;
  height: 120px;
  padding: 10px;
  border: 1px solid #152024;
}
div#twitter{
  background: transparent url("../images/box.png") repeat;
  float:right;
  width:580px;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #152024;
}
div#footer{
  background: transparent url("../images/box.png") repeat;
  float:right;
  width:580px;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #152024;
  font-size: 11px;
  text-align: center;
  margin-bottom: 30px;
}
div#footer a:link, div#footer a:visited {
  color: #54abc9;
  text-decoration: none;
}
div#footer a:hover, div#footer a:active {
  color: #fff;
  background: #54abc9;
  text-decoration: none;
}

div#sidebar a:link, div#sidebar a:visited {
  color: #54abc9;
  text-decoration: none;
}
div#sidebar a:hover, div#sidebar a:active {
  color: #fff;
  background: #54abc9;
  text-decoration: none;
}
h1 {
  background: transparent url("../images/ericmartinsson.png") no-repeat center top;
  width: 200px;
  height: 123px;
  color:#fff;
  text-indent: -99999px;
  margin: 35px auto;
}
h2 {
  color:#54abc9;
  text-transform: uppercase;
  font-size: 15px;
  margin: 0 0 10px;
}
p {
  margin: 8px 0 0 0;
}
ul{
  list-style-type: none;
  padding: 0;
}
ul li{
  float:left;
  padding:12px 0 0 8px;
}
a img {
  border: 0;
  text-decoration: none;
  background: none;
}

