﻿body {
    background: white;
    color:#FFF;
    align-content:center;
    font: 16px/1.8 sans-serif;
}

.main{
    background-color:white;
    width:100%;
}

.container {
    background-image: url('/Images/blueback.png');
    width: 84%;
    margin: 0 auto;
    max-width: 100%;
}


.container1 {
    background-image: url('/Images/blueback.png');
    border: 5px double black;
    height:180px;
    width: 90%;
    margin: 10px auto;
    max-width: 100%;
}

header {
    width: 100%;
    margin: 0px auto;
    height: 159px;
    text-align: center;
}

h1 {
    background: rgba(0,0,0,0);
    text-align: center;
    color: #0000ff;
    font: 95px/1 "Impact";
    text-transform: uppercase;
    display: block;
    text-shadow: #253e45 -1px 1px 0, #000000 4px 2px 0, navy 5px 3px 0, navy 6px 4px 0;
    margin: 15px auto 15px;
}
h2 {
    background: rgba(0,0,0,0);
    text-align: center;
    color: white;
    font: 40px/1 "Impact";
    display: block;
}
table {
    width: 100%;
    padding: 0;
    background-color: #74C2E1;
}

.lightbox {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
}

.lightbox_table {
    width: 100%;
    height: 100%;
}

.lightbox_table_cell {
    vertical-align: middle;
}
