body{
    color: #cadeff;
    padding: 15px;
    background: #7A1A1A url(../resources/bg/bg2.png) repeat left top;
}

.renders{
    width: 60%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.button-floating-left{
    cursor: pointer;
    position:absolute;
    top:45%;
    left:20px;
    font-size: 40px;
    opacity: .5;
}

.button-floating-right{
    cursor: pointer;
    position:absolute;
    top:45%;
    right:20px;
    font-size: 40px;
    opacity: .5;
}

.button-floating-left:hover, .button-floating-right:hover {
    opacity: 1;
}

.title{
    font-size: 40px;
    text-align: center;
}

.outerPanel{
    background: #424242;
    padding: 10px;
    /*border-radius: 10px;*/
    width: 935px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.innerPanel{
    background: #161A1D;
    border-color: #232323;
    border-style: solid;
    border-width: 2px;
    width: 912px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    display:inline-block;
    position: relative;
    /*white-space:nowrap;*/

}

#innerPanelId{
    opacity: 0;
}

#loadingImage{
    margin-left: 32%;
}


.imageUpper{
    position: absolute;
}

.imageLower{

}

.paddingUp10
{
    padding: 20px 0px 0px 0px;
}

.right {
    padding: 10px;
    float: right;
    margin-top: 40px;
}

.center {
    text-align: center;
}

/* unvisited link */
a:link {
    color: white;
}

/* visited link */
a:visited {
    color: white;
}

/* mouse over link */
a:hover {
    color: white;
}

/* selected link */
a:active {
    color: white;
}