body {
    margin:0;
    padding:0;
    font-family: Georgia, 'Times New Roman', serif;
    font-size:14px;
    color:#555;
    background: #eeeee6 url(bg.png) center top repeat;
}

a {
    text-decoration: none;
    color: orange;
    outline: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

#wrapper {
    text-align: center;
}

#container {
    width: 700px;
    margin: 50px auto 0 auto;
}

#heading {
    width: 425px;
    text-align: left;
    font-size: 32px;
    margin-top: 5px;
    font-style: italic;
}

#social {
    background: url(social_links.png) left top no-repeat;
    padding-left: 160px;
    height: 45px;
    margin: 25px 25px 0 0;
}

#middle {
    font-size: 24px;
    margin: 15px 0;
    padding: 75px;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
}

#bottom p a {
    color: #555;
}

#twitter_update_list {
    margin: 0;
    padding: 0;
}

#twitter_update_list li {
    list-style: none;
    font-size: 12px;
}

#twitter_update_list li span {
    font-size: 14px;
}

#madeon {
    font-family: Arial, Verdana, Sans-Serif;
    text-align: center;
    font-size: 11px;
    font-weight: normal;
}

.clearfix {
    clear: both;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}
