* {
    outline: 0px;
    border: 0px;
}
body {
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}
#mainCenter {
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.column {
    width: 50%;
    background-repeat: repeat;
    height: 2000px;
}
.column p {
    width: 300px;
    font-family: monospace;
    font-size: 12px;
}

#left {
    float:left;
    background-image: url(tp_images/bg_dark.png);
    color: #d6ded4;
}
#left p {
    float: right;
    text-align: left;
    margin-right: 12px;
}
#right {
    float:right;
    background-image: url(tp_images/bg_light.png);
    color: #242435;
}
#right p {
    float: left;
    text-align: right;
    margin-left: 3px;
}
.textBar {
    margin-top: 100px;
    width: 100%;
}
#leftText {
    float: right;
    margin-right: 50px;
    text-align: right;
}
#rightText {
    float: left;
    margin-left: 50px;
    text-align: left;
}
.textBottomLine {
    width: 100%;
    height: 10px;
    background-repeat: repeat;
}
#leftBottomLine {
    background-image: url(tp_images/bg_light.png);
}
#rightBottomLine {
    background-image: url(tp_images/bg_dark.png);
}
#skull {
    position: absolute;
    top: 300px;
    left: 50%;
    margin-left: -47px;
}
#footer {
    width: 100%;
    position: fixed;
    top: 100%;
    margin-top: -30px;
    text-align: center;
    font-family: monospace;
    font-size: 10px;
    
}
#bottomBar {
    width: 100%;
    height: 20px;
    position: fixed;
    top: 100%;
    margin-top: -23px;
    text-align: center;
}
#bottomBar img {
    margin: 0px 2px;
    width: 20px;
    height: 20px;
}
#iconsLeft {
    margin-right:5px;
}
#iconsRight {
    margin-left: 5px;
}