body {
    background: #000 url(media/lp_sidestest.gif) repeat-x top left;
}

#page {
    border: 0;
    position:static;
}

#lp-header {
    /*position:relative;*/
    margin-top: 40px;
}

#lp-logo h1 {
    margin-left:10px;
    background: transparent url(media/lp_logo.gif) no-repeat top left;
    width:290px;
    height:40px;
    overflow:hidden;
    text-indent:-9999px;
}

#lp-logo h1 a {
    outline:none;
    text-indent:-9999px;
}

#lp-content {
    position:relative;
    /*top: 60px;*/
}

#lp-content img {
    display:block;
    margin: 0 auto;
}

#lp-footer {
    position:relative;
    margin-top:5px;
    background: #000 url(media/lp_tcbg.gif) top center no-repeat;
}

#lp-footer ul.menu {
    text-align:center;
    padding-top:10px;
    list-style-position:outside;
    list-style-type:none;
    padding-bottom:100px;
    list-style-image:none;
}

#lp-footer ul.menu li {
    line-height:30px;
    text-align:center;
    display:inline;
    list-style-type:none;
    list-style-image:none;
    /*float:left;*/
}

#lp-footer ul.menu li a {
    padding-right:10px;
    border-right: 1px solid #333;
    text-decoration:none;
    color: #666;
    line-height:20px;
}

#lp-footer ul.menu li a:hover {
    text-decoration:underline;
    color:#CCC;
}

#lp-footer ul.menu li.last a {
    border: none;
}