body {
    background: #000 url(/assets/images/story/bg-wallpaper.jpg) repeat left top;
    background-position: center;
}

div#contentArea {
    background: #111111 url(/assets/images/story/bg-main.jpg) no-repeat left top;
    padding: 0px 0px 0px 23px;
    width: 937px;
    
}

div#main {
    width: 100%;
    min-height: 560px;
    height: auto !important;
    height: 560px;
    position: relative;
}

div#revFooterNav {
    position: absolute;
    bottom: 10px;
    right: 24px;
}

h1 {
    top: 34px;
    right: 42px;
}

div#story {
    position: absolute;
    left: 0px;
    top: 153px;
    margin: 0px 0px 36px 0px;
    padding: 0px 0px 0px 217px;
    height: 393px;
}

div#story p {
    color: #fff;
}

div#video {
    border: none;
    margin: 4px 0px 0px 0px;
}

div#voteFooter {
    width: 481px;
    height: 26px;
    text-align: center;
    padding: 5px 0px 0px 0px;
    color: #fff;
    text-align: center;
    margin: 6px 0px 0px 0px;
}

div#voteFooter span {
    font-size: 1.2em;
}

div#voteFooter input.button {
    margin: 0px 0px 0px 10px;
}

div#editForm span {
    display: block;
    margin: 4px 0px;
}

div#storySelector ul#stories li a:hover {color:Purple;}