body {
    margin: 0px; 
    padding: 0px; 
}

hr {
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:      -o-linear-gradient(left, #ccc, #333, #ccc); 
}

a {
    text-decoration: none;
    color: #000000;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    color: #000000;
}

a.navigation {
    font-family: arial, verdana; 
    font-size: 12px; 
}

a.footer {
    font-family: arial, verdana; 
    font-size: 11px;  
    color: #ffffff;
}

.triangle {
    width: 0px;
    height: 0px;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    float: right;
    position: relative;
    right: -2px;
    top: 7px;
}

.page-container {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.video-overlay {
    min-height: 480px; 
    width: 100%; 
    position: absolute; 
    z-index: 10; 
    top: 40px; 
    overflow: hidden;
}

.video-container {
    position: absolute; 
    width: 100%;
    height: 480px; 
    overflow: hidden;
    background-color: #000000;
}

.video {
    z-index: 0; 
    display: absolute;
}

.top {
    width: 100%; 
    height: 480px; 
    overflow: hidden;
}

.middle {
    width: 100%; 
    min-height: 350px;
    height: 100%; 
    float: left; 
    overflow: hidden;
}

.middle-layout {
    width: 100%; 
    float: right;
    text-align: center;
}

.me {
    color: #ffffff; 
    z-index: 1; 
    font-size: 40px; 
    font-family: arial, verdana; 
    text-align: right; 
    width: 100%; 
    position: absolute; 
    top: 445px; 
    right: 5px; 
}

.occupation {
    color: #000000; 
    z-index: 1; 
    font-size: 30px; 
    font-family: arial, verdana; 
    text-align: right; 
    width: 100%; 
    position: absolute; 
    top: 478px; 
    right: 5px; 
}

.sidebar {
    width: 250px; 
    float: right;
}

.sidebar-spacer {
    top: 30px; 
    right: 12px; 
    text-align: right; 
    position: relative;
}

.page-content {
    width: 800px; 
    font-family: arial, verdana; 
    font-size: 12px; 
    top: 10px; 
    margin-top: 5px;
    margin-bottom: 14px;
    padding-bottom: 30px;
    padding-left: 20px;
    text-align: left;
    float: left;
}

.thumb {
    margin: 5px;
}

.lower {
    width: 100%; 
    background-color: #101010; 
    color: #ffffff; 
    height: 25px; 
    vertical-align: middle; 
    position: relative; 
    display: block; 
    float: left;
    bottom: 0px;
    position: fixed;
    z-index: 2;
}

.footer-container {
    padding: 5px;
}

