body {
    background: #333;
}

#main {
    width: 840px;
    margin: 50px auto;
}

p, li {
    color: #999;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 100;
}

h1 {
    font-size: 40px;
    line-height: 50px;
    color: #999;
    font-weight: 100;
}

h1 em {
    color: #a41;
    font-style: normal;
    font-weight: 500;
}

h2 {
    margin-top: 0;
    font-size: 24px;
    line-height: 30px;
    font-weight: 100;
}

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

#intro a:hover {
    color: #c60;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

ul {
    list-style-type: none;
}

#nav {
    float: right;
    width: 570px;
    margin: 0;
    padding: 0;
}

#nav li {
    float: left;
    margin: 0 0 15px 15px;
    height: 185px;
    background: #222;
    font-size: 24px;
    line-height: 30px;
}

#nav li a {
    border: 10px solid #222;
    vertical-align: bottom;
    display: block;
    width: 250px;
    height: 165px;
    color: #666;
    padding: 0 0 0 0;
}

#nav li a:hover {
    color: #fff;
    background: #930 url('a.jpg') no-repeat bottom;
    border: 10px solid #930;
}

#side {
    width: 270px;
    height: 365px;
    float: left;
    color: #666;
}

#photo {
    height: 175px;
    padding-top: 10px;
    background: #222 url('http://media.textbased.org/pong.png') no-repeat top right;
    margin-bottom: 15px;
}

#intro {
    padding: 10px;
}

#intro h2 {
    color: #999;
    background: #333;
    margin-bottom: 0;
}

#side p {
    color: #999;
    font-size: 90%;
    line-height: 150%;
}