* {
    background: #fff none !important;
}
body {
    margin: 0 5%;
    width: 670px;
}
#wrapper {
    margin: 20px 0;
    width: 650px;
}
#breadcrumb,
#nav-wrapper,
#help,
#nav-local,
#siteInfo {
    display: none;
}
#head {
    border: 0;
    height: 70px; /*logo image + 21px*/
    width: auto;
}
#character {
    left: 0;
    position: static;
    top: 0;
}
#content {
    display: inline;
    margin: 0;
    width: 620px;
}
#main {
    width: 550px;
}
#extras {
    clear: left;
    float: none;
    margin-left: 0;
    margin-top: 20px;
    padding-left: 0;
    width: 550px;
}
a {
    color: #000 !important;
    padding-left: 0 !important;
}


/*STARTPAGE*/
#stage {
    height: auto !important;
    margin-bottom: 20px;
    margin-left: 10px;
}
#stage h1,
#stage p,
#stage ul {
    left: 0;
    position: static !important;
    top: 0;
}
#stage h1 {
    display: block !important;
    height: auto !important;
    text-indent: 0 !important;
    width: 550px !important;
}
#stage p {
    color: #000;
    width: 550px !important;
}
#stage ul li {
    font-size: 130% !important;
    list-style: inside disc !important;
}
#stage ul li a {
    padding-left: 0;
}
#home .teaser {
    display: block;
    float: none;
    height: 1%;
    padding-bottom: 30px;
    width: 550px;
}