* {
    margin: 0 auto;
}
html, body {
    height: 100%;
    text-align: center;
    font-family: Arial, Helvetica;
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #FCFCFC;
    background: #070707;
}
img {
    text-decoration: none; 
    border: 0px
}
a {
    color: #FCFCFC;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
p {
    text-align: left;
    color: #FCFCFC;
    font-size: 14px !important;
    line-height: 1.5em;
    padding: 5px;
}
h1 {
    text-align: center;
    font-family: Arial, Helvetica;
    color: #FCFCFC;
    font-size: 68px;
    font-weight: normal;
    letter-spacing: 6px;
    text-transform: uppercase;
}
h2 {
    text-align: center;
    font-family: Courier New, Courier, Lucida Sans;
    color: #FCFCFC;
    font-size: 28px;
    font-weight: normal;
    letter-spacing: 34px;
    text-transform: uppercase;
    padding: 0 0 0 25px;
}
img {
    display: inline-block;
}
#disabled_js {
    position:fixed;
    left: auto;
    width: 100%;
    z-index: 1;
    
    text-align: center;
    border: 1px solid #CC3300;
    border-radius: 2px;
    -moz-border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    color: #CC3300;
    background-color: #EEEEEE;
    font-size: 13px;
    padding: 14px 18px;
}
#wrapper {
    margin: 0 auto;
    display: inline-block;
    
    height: 100%;
    min-height: 760px;
    min-width: 720px;
    max-width: 1000px;

    background: rgb(78,81,86); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  rgba(78,81,86,1) 0%, rgba(69,72,77,1) 20%, rgba(56,59,63,1) 30%, rgba(7,7,7,1) 68%, rgba(7,7,7,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(78,81,86,1)), color-stop(20%,rgba(69,72,77,1)), color-stop(30%,rgba(56,59,63,1)), color-stop(68%,rgba(7,7,7,1)), color-stop(100%,rgba(7,7,7,1))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(78,81,86,1) 0%,rgba(69,72,77,1) 20%,rgba(56,59,63,1) 30%,rgba(7,7,7,1) 68%,rgba(7,7,7,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  rgba(78,81,86,1) 0%,rgba(69,72,77,1) 20%,rgba(56,59,63,1) 30%,rgba(7,7,7,1) 68%,rgba(7,7,7,1) 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  rgba(78,81,86,1) 0%,rgba(69,72,77,1) 20%,rgba(56,59,63,1) 30%,rgba(7,7,7,1) 68%,rgba(7,7,7,1) 100%); /* IE10+ */
    background: radial-gradient(ellipse at center,  rgba(78,81,86,1) 0%,rgba(69,72,77,1) 20%,rgba(56,59,63,1) 30%,rgba(7,7,7,1) 68%,rgba(7,7,7,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e5156', endColorstr='#070707',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.ie #wrapper {
    background: #070707;
    filter: none;
}
#to_center {
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
#header_background {
    display: inline-block;
}
#header {
    margin: 38px auto 28px auto;
}
#header > a {
    text-decoration: none;
}
.header_highlight {
    color: #FCFCFC;
    text-shadow: 0 0 1px #FCFCFC, 0 0 2px #FCFCFC,
                 0 0 1px #FCFCFC, 0 0 1px #FCFCFC,
                 0 0 1px #FCFCFC;
}
#navigation_background {
    display: inline-block;
}
#navigation {

}
.nav_link {
    font-family: Courier New, Courier, Lucida Sans;
    letter-spacing: 14px;
    text-transform: uppercase;
}
.nav_link.main {
    position: relative;
    text-decoration: none;
}
.nav_link.gallery {
    display: inline-block;
    margin: 8px 0 0 15px;
    width: 300px;
}
.nav_link.color {
    color: steelblue;
    text-shadow: 0 0 0.5px steelblue, 0 0 1px steelblue,
    0 0 0.5px steelblue, 0 0 0.5px steelblue,
    0 0 0.5px steelblue;
}
.nav_link.blackwhite {
    color: #303235;
    text-shadow: 0 0 0.5px #303235, 0 0 1px #303235,
    0 0 0.5px #303235, 0 0 0.5px #303235,
    0 0 0.5px #303235
}
.nav_link.gallery.blackwhite {
    color: #FCFCFC;
    text-shadow: 0 0 0.5px #FCFCFC, 0 0 1px #FCFCFC,
    0 0 0.5px #FCFCFC, 0 0 0.5px #FCFCFC,
    0 0 0.5px #FCFCFC
}
#color_title_front {
    position: absolute;
    left: 0;
    bottom: 340px;
    width: 100%;
}
#blackwhite_title_front {
    position: absolute;
    left: 0; 
    bottom: 323px;
    width: 100%;
}
#blackwhite_title_gallery {
    position: relative;
    top: 18px;
}
#content_background {
    
}
#content {
    display: inline-block;
    margin: 60px auto 20px auto;
    max-width: 720px;
}
.gallery_table {
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
.ajax-loader_snake {
    margin: 5px 10px -2px 5px;
}
#content table {
    max-width: 720px;
    height: 100%;
}
#content th,td {
    width: 220px; /* max 220px */
    height: 180px; /* max 180px */
    padding: 10px;
}
#content tr td:first-child {
    padding: 10px 10px 10px 0px !important;
}
#content tr td:last-child {
    padding: 10px 0px 10px 10px !important;
}
#content a {
    display: inline-block;
    padding: 5px;
    background: #EEEEEE;
    border: 1px #EEEEEE;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 1px 1px #070707;        
    -moz-box-shadow: 0 1px 0px #070707;;         
    -webkit-box-shadow: 0 1px 1px #070707; 
}
#footer_background {
    display: inline-block;
    width: 100%;
    height: 150px;
    z-index: 1;
    background: -moz-linear-gradient(top,  rgba(7,7,7,0.85) 0%, rgba(3,3,3,0) 64%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(7,7,7,0.85)), color-stop(64%,rgba(3,3,3,0)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(7,7,7,0.85) 0%,rgba(3,3,3,0) 64%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(7,7,7,0.85) 0%,rgba(3,3,3,0) 64%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(7,7,7,0.85) 0%,rgba(3,3,3,0) 64%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(7,7,7,0.85) 0%,rgba(3,3,3,0) 64%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9070707', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
#footer_background_main {
    margin: -150px 0 0 0;
    
    display: inline-block;
    width: 100%;
    height: 150px;
    z-index: 1;
    background: -moz-linear-gradient(top,  rgba(7,7,7,0.85) 0%, rgba(3,3,3,0) 64%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(7,7,7,0.85)), color-stop(64%,rgba(3,3,3,0)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(7,7,7,0.85) 0%,rgba(3,3,3,0) 64%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(7,7,7,0.85) 0%,rgba(3,3,3,0) 64%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(7,7,7,0.85) 0%,rgba(3,3,3,0) 64%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(7,7,7,0.85) 0%,rgba(3,3,3,0) 64%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9070707', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
#footer {
    text-align: left;
    border-top: 1px #9F9F9F double;
    max-width: 80%;
    min-width: 720px;
    margin: 0 auto;
    -webkit-box-shadow: 0px -6px 5px -4px rgba(135,135,135,0.63);
    -moz-box-shadow: 0px -6px 5px -4px rgba(135,135,135,0.63);
    box-shadow: 0px -6px 5px -4px rgba(135,135,135,0.63);
}
#left_footer {
    margin: 20px 0px;
    float: left;
}
#right_footer {
    margin: 20px 0px;
    float: right;
}
#footer ul, li {
    list-style: none;
    margin-left: -20px;
}
#footer li {
    margin-bottom: 5px;
}