body {
    overflow: hidden;
}
.intro {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    position: relative;
    font: oblique normal 16px arial, sans-serif;
}
.info {
    color: #fff;
    width: auto;
}
.logo {
    display: block;
    position: relative;
    width: 70%;
    margin: auto;
}
.tilde {
    font: italic bold 25px 'Blackadder ITC';
}
.tds {
    text-shadow: 2px 2px 4px rgba(165, 246, 255, .8);
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.content {
    padding-bottom: 20px;
    text-align: center;
    max-width: 720px;
    margin: auto;
}
.profile {
    color: white;
    min-height: 200px;
    height: auto;
    width: 160px;
    background-repeat: no-repeat !important;
    background-attachment: local !important;
    background-position: 0 0;
    background-size: 140px auto !important;
}
.profile a {
    position: absolute;
    margin-left: 140px;
    font-size: 16px;
    text-align: left;
    max-width: 500px;
    font-size-adjust: 0.5;
}
.frame {
    border: 10px solid white;
    display: inline-block;
    margin: 5px 10px;
    background: rgba(255, 255, 255, .3);
    opacity: .5;
    -moz-opacity: .5;
    -khtml-opacity: .5;
}
#canvas {
    height: 260px;
    width: 500px;
    display: block;
    margin: auto;
}
#main p {
    color: #fff;
    text-align: center;
    word-wrap: break-word;
}
#menu {
    text-align: center;
    display: block;
    position: relative;
    margin: auto;
}
#menu a {
    font: italic bold 25px 'Times New Roman', sans-serif;
    color: white;
    margin: 20px 20px;
}
#camera {
    background: #333 url(img/galaxy-2880.jpg) repeat fixed 0 0/auto 100%;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    margin: -20px;
    padding: 20px;
    position: absolute;
}
#title {
    cursor: default;
    font: italic bold 50px 'Edwardian Script ITC', 'Times New Roman', sans-serif;
    letter-spacing: 5px;
    padding-top: 10px;
}
#subtitle {
    font: italic 30px 'Edwardian Script ITC', 'Times New Roman', sans-serif;
    letter-spacing: 3px;
    text-rendering: geometricPrecision;
}
#docs #subtitle a {
    font: italic 30px 'Times New Roman', sans-serif;
    text-decoration: none;
    text-decoration-line: none;
    -moz-text-decoration-line: none;
    color: rgba(255, 255, 255, .4);
}
#sponsor table {
    margin: auto;
    color: white;
}
#sponsor table td, tr {
    padding: 10px 0;
}
#sponsor table td img {
    padding: 0 50px;
}
#footer {
    width: 100%;
    bottom: 0px; 
    position: fixed;
    z-index: 100;
    _position: absolute;
    text-align: center;
    font: normal bold 12px 'Console', 'arial', sans-serif;
    height: 35px;
    color: rgba(87, 67, 156, .8);
}
#largegal {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 233;
    background: rgba(0, 0, 0, .5);
    text-align: center;
}
#view {
    display: inline-block;
    margin: auto;
    position: relative;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    top: 10%;
}
#view img {
    max-height: 720px;
    max-width: 720px;
}
/* laptop screen */
@media screen
    and (min-device-width: 1200px)
    and (max-device-width: 1600px)
    and (-webkit-min-device-pixel-ratio: 1),
    screen
    and (min-device-width: 1200px)
    and (max-device-width: 1600px)
    and (min--moz-device-pixel-ratio: 1) {
        #canvas {
            height: 200px;
            width: auto;
        }
        #camera {
            background: #333 url(img/galaxy-1920.jpg) repeat fixed 0 0/auto 100%;
        }
        #title {
            font: italic bold 45px 'Edwardian Script ITC', 'Times New Roman', sans-serif;
            padding-top: 0;
            margin-bottom: 25px;
        }
        #subtitle {
            margin: 15px;
            font: italic 25px 'Edwardian Script ITC', 'Times New Roman', sans-serif;
        }
        #sponsor table td {
            padding: 0;   
        }
        #sponsor table td img {
            width: auto;
            height: 32px;
        }
        .galFrames img {
            height: 80px;   
        }
        .intro {
            font: oblique normal 14px arial, sans-serif;   
        }
        .content {
            padding-bottom: 0;
            max-width: 900px; 
        }
        .profile {
            min-height: 150px;
            width: 140px;
            background-size: 100px auto !important;
            margin-left: 80px;
        }        
        .profile a {
            margin-left: 100px;
        }
    }

