body {
    text-align: center;
    background-color: #333333;
}

h1, h2, h3, h4, h5, h6 {
    text-align: center;
}

p span {
    font-weight: bold;
}

.titleimg {
    background-image: url('grandmelee.png');
    background-repeat: no-repeat;
    background-position: center center;
    height: 95px;
}

.threerivers {
    background-image: url('threerivers.png');
    background-repeat: no-repeat;
    background-position: center center;
    height: 150px;
    width: 136px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.greyniche {
    background-image: url('greyniche.png');
    background-repeat: no-repeat;
    background-position: center center;
    height: 150px;
    width: 136px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.page-content {
    border-left: 1px solid #888888;
    border-right: 1px solid #888888;
    width: 1000px;
    text-align: left;
    margin: 0px auto 0px auto;
    padding: 5px;
    background-color: #e9e5da;
    position: relative;
}
