body, td {
    font: 11px/16px "Lucida Grande", Tahoma, sans-serif;
    background: #000 url(/img/design/bg.jpg) top left no-repeat;
    color: #fff;
    margin: 0;
    padding: 0;
}

img {
    border: none;
    outline: none;
}

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

a:hover {
    color: #535353;
    text-decoration: none;
}

.grey {
    color: #535353;
}

#case {
    display: none;
    background: url(/img/design/content.png) top left repeat;
    width: 690px;
    height: 575px;
    text-align: left;
}

#about {
    display: none;
    width: 690px;
    height: 540px;
    text-align: left;
}

#content {
    background: url(/img/design/content.png) top left repeat;
    width: 650px;
    height: 400px;
    text-align: left;
}

#left {
    font-weight: bold;
    text-align: justify;
    color: #666;
    width: 200px;
    margin-left: 90px;
    margin-top: 95px;
    float: left;
}

#right {
    width: 300px;
    float: left;
    margin-top: 70px;
}

.thumb {
    float: left;
    opacity: 1;
    background-color: #000;
    margin-right: 3px;
    margin-bottom: 3px;
}