body {
    background: #999;
    color: #000;
    margin: 0;
    padding: 0;
    font: 20px Helvetica, sans-serif;
}
* {
    -webkit-text-size-adjust: none;
}
#content,
#header {
    width: 450px;
}
#content img {
    max-width: 390px;
}
#header,
h1 {
    background: #000 url(images/iheader.jpg) no-repeat;
    font-size: 1em;
    height: 130px;
    line-height: 130px;
}
#rss {
    display: none;
}
#content {
    background: #eee url(images/ilogo.png) no-repeat 50% 30px;
}
#content div,
#content div div {
    background: none;
}
#content div div {
    padding: .5em 30px 0;
}
#column-1 {
    width: auto;
    float: none;
    margin: 0;
}
#column-2 {
    border-top: solid 2px #ccc;
}
#content #footer {
    background: none;
}
#footer #copyright {
    background: none;
    padding-bottom: 0;
    margin-bottom: 0;
    position: relative;
}
#footer #font {
    background: none;
    padding-bottom: 0;
}

