﻿#bg {
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
}

    #bg img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        min-width: 50%;
        min-height: 50%;
    }

#page-wrap {
    position: relative;
    width: 800px;
    margin: 50px auto;
    background-repeat: repeat;
    text-align: center;
    padding: 20px;
}

.box {
    /*	-moz-box-shadow: 0 0 40px white; 	-webkit-box-shadow: 0 0 40px white; 	box-shadow: 0 0 40px white; */
    border: 4pt double white;
}

html, body {
    color: #FFFFFF;
    font-family: Verdana;
    background-color: #333333;
    height: 100%;
    margin: 0 0 1px;
    padding: 0px;
}

a {
    text-decoration: none;
    color: #FFFFFF;
    padding: 5px;
}

    a:hover {
        background-image: url('../images/alphawhitepixel.png');
    }

.cursive {
    font-family: 'Monotype Corsiva';
}

.fixed {
    font-family: 'Century Gothic';
}

.title1 {
    font-size: 46px;
}

.title2 {
    font-size: 26px;
}

.title3 {
    font-size: 18px;
}

.title4 {
    font-size: 15px;
}

.banner {
    width: 100%;
    background-image: url('../images/alphagreenpixel.png');
    padding: 20px;
    left: -20px;
    top: 20px;
    position: relative;
    border-left: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
}

.footer {
    font-size: 12px;
}

.menu {
    font-size: 16px;
    font-weight: bold;
}

.difference {
    font-size: 30px;
    font-weight: bold;
}

.white {
    background-image: url('../images/alphawhitepixel.png');
}

.green {
    background-image: url('../images/alphagreenpixel.png');
}

table {
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
}

td {
    height: 40px;
    padding: 5px;
}

.hide {
    display: none;
}

.tab {
    cursor: pointer;
    border-left: 2px solid #FFFFFF;
}

.tabspace {
    height: 2px;
    padding: 0px;
}

.tabcontent {
    min-height: 500px;
    vertical-align: top;
}

.thumbnail {
    cursor: pointer;
    padding: 5px 0px 5px 0px;
    margin: 0px 2px 0px 2px;
}

#thumbnails {
    text-align: left;
}

.selectbox {
    background-image: url('../images/alphawhitepixel.png');
}

.overbox {
    background-image: url('../images/alphagreenpixel.png');
}

#previous, #next {
    font-size: 30pt;
    font-family: monospace;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}

td {
    vertical-align: top;
}

.mainThumbnails a {
    background-image: none;
}