body {
    background-image: url('../images/stripe.png');
    background-repeat: repeat;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

img {
    margin: 0;
    padding: 0;
    border: 0;
}

a {
    color: #db4d68;
}

div#header {
    width: 300px;
    margin: auto;
}

div#header h1{
    margin-top: 100px;
    margin-bottom: 10px;
    font-family: verdana;
    font-size: 1.2em;
    color: #67A8E7;
    text-align: left;
  text-shadow: 1px 0 5px #000000;

}

div#header h2 {
    margin-top: 10px;
    margin-bottom: 50px;
    font-family: verdana;
    font-size: 1em;
    color: #db4d68;
    text-align: right;
  text-shadow: 1px 0 5px #000000;

}

div#header h3 {
    margin-top: 10px;
    font-family: verdana;
    font-size: .8em;
    color: #FFFFFF;
    text-align: right;
      text-shadow: 1px 0 5px #000000;

}

div#container {
    margin-left: auto;
    margin-right: auto;
    width: 540px;
}

div#container img {
    opacity: .8;
}

div#container img:hover {
    opacity: 1;
}

div#facebook {
    float: left;
    width: 100px;
    padding: 10px 0px 10px 10px;
    background-image: url('../images/transparent.png');
    background-repeeat: repeat;
}

div#twitter {
    margin-left: auto;
    margin-right: auto;
    float: left;
    padding: 10px;
    width: 300px;
    background-image: url('../images/transparent.png');
    backgroung-repeat: repeat;
}

div#twitter p {
    color: #67A8E7;
}

div#twitter a.icon {
    float:left;
    padding-right: 10px;
}

div#updates {
    text-align: left;
    color: #FFFFFF;
    font-family: verdana;
    font-size: .7em;
    line-height: 1em;
    text-decoration: none;
}

ul#twitter_update_list {
    text-align: left;
    list-style: none;
    margin-top: 10px;
}

div#lastfm {
    float: left;
    width: 100px;
    padding: 10px 10px 10px 0px;
    background-image: url('../images/transparent.png');
    background-repeeat: repeat;
}

p#footer {
    margin: auto;
    margin-top: 200px;
    padding-right: 200px;
    text-align: center;
    color: #67A8E7;
    font-family: verdana;
    font-size: .6em;
    line-height: 1em;
    clear: both;
    text-shadow: 1px 0 5px #000000;
}

p#footer a {
    color: #FFFFFF;
    font-family: verdana;
    font-size: .8em;
    line-height: 1em;
    text-decoration: none;
    text-shadow: 1px 0 5px #000000;
}

