
body {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: lightblue;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    font-family: Verdana,sans-serif;
    font-size: 13px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
a:link {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    color: blue;
}
a:active {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    color: blue;
}
a:visited {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    color: blue;
}
a:hover {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    color: white;
}
#main {
    overflow-x: hidden;
    overflow-y: hidden;
}
video {
    overflow-x: hidden;
    overflow-y: hidden;
    position: fixed;
}
#footer {
    background-color: #C0C0C0;
    bottom: 0;
    height: 20px;
    position: fixed;
    text-align: center;
    width: 100%;
}
.left {
    bottom: 0;
    height: 20px;
    left: 1px;
    position: fixed;
    text-align: left;
}
.middle {
    bottom: 0;
    height: 20px;
    left: 40%;
    position: fixed;
    text-align: center;
}
.right {
    bottom: 0;
    height: 28px;
    position: fixed;
    right: 1px;
    text-align: right;
    width: 400px;
}
