* {
    margin: 0px 0px;
    padding: 0px 0px;
}

body {
    text-align: center;
}

#linkToMain {
    width: 100px;
    height: 30px;
    background: #990000;
    position: absolute;
    left: 0px;
    top: 0px;
}

#topHeader {
    position: relative;
    width: 640px;
    height: 10px;
    margin: 0px auto;
    background: transparent;
}

#backToGrotto {
    position: absolute;
    width: 160px;
    height: 30px;
    background: transparent;
    top: 60px;
    left: -175px;
}

#backToGame {
    position: absolute;
    width: 140px;
    height: 30px;
    background: transparent;
    top: 68px;
    left: 715px;
}

#wrap {
    background: transparent;
    width: 1100px;
    text-align: center;
    margin: 0px auto 10px auto;
    height: 1000px;
    position: relative;
    text-align: center;
}

#wrapFront {
    background: transparent;
    width: 850px;
    text-align: center;
    margin: 0px auto 10px auto;
    height: 1000px;
    position: relative;
}


#wrapInside {
    width: 560px;
    margin: 260px auto 0px auto;
    text-align: left;
    background: transparent;
    right: 10px;
    top: 90px;
    position: relative;
}

.release {
    width: 180px;
    background: transparent;
    margin: 0px 10px 30px 0px;
    float: left;
}

.releaseRight {
    width: 180px;
    background: transparent;
    margin: 0px 0px 30px 0px;
    float: right;
}

.clear {
    clear: both;
}

p {
    color: #EBDABF;
    font-family: arial;
    font-size: 11px;
    line-height: 11px;
}

.packshot {
    float: left;
    border: 0px 0px;
    margin: 0px 5px 5px 0px;
}

.packshotTitle {
    font-weight: bold;
    color: #E5C233;
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 7px;
}

a:link, a:visited {
    color: #B2440C;
    text-decoration: none;
}

a:active, a:hover {
    text-decoration: underline;
}


.mainLink {
    width: 100%;
    height: 100%;
    border: none;
}
