body {
    margin: 0;
    padding: 0;
}

#wrapper {
    width: 800px;
    height: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -300px 0 0 -400px;
}

#header {
    width: 800px;
    height: 50px;
    background: transparent url(../images/motto.jpg) no-repeat scroll 450px 50%;
}

#logo {
    background: transparent url(../images/wareg.jpg) no-repeat scroll 0 50%;
    float: left;
    width: 69px;
    height: 50px;
    margin-left: 17px;
}

#menu {
    float: left;
    margin: 10px 0 0 10px;
    position: relative;
    z-index: 100;
}

#page {
    margin: 0 18px 0 17px;
    width: 765px;
    height: 534px;
    background-color: #dfddd9;
    position: relative;
}

#page * {
    position: absolute;
}

#page * * {
    position: static;
}

#hidden {
    display: none;
}

#goto2 {
    display: none;
}

#tabs2 {
    display: none;
}

#text {
    display: none;
}

#content {
    display: none;
}

.clr {
    clear: both;
}

.transparent {
    opacity: 0.5;
}