/* Links */
a {
    color: #61CCBD;
    text-decoration: none;
    font-weight: bold;
}

a:visited {
    color: #2EA595;
}

a:hover,
a:active {
    color: #ADF7ED;
}

/* General Styles */
body,
td,
th {
    color: #CCC;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
}

body {
    background-color: #000;
    margin: 0;
    padding: 0;
    text-align: center;
}

.headers,
.headings {
    font-size: 19px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    word-spacing: 0.1em;
}

/* Menu Styles */
#MenuFixed {
    position: fixed;
    top: 0;
    width: 97%;
    height: auto;
    padding-bottom: 25px;
    margin-left: 1%;
    background-color: black;
    color: #CCC;
    visibility: visible;
    z-index: 10;
}

#menu2 {
    font-size: 11px;
    font-family: "Arial Black", Gadget, sans-serif;
    color: #ADECE4;
    padding: 2px;
    word-spacing: 0.1em;
    letter-spacing: 0.1em;
}

#menu2 a {
    text-decoration: none;
    color: #ADECE4;
}

#menu2 a:hover {
    color: #ADECE4;
}

/* Container Styles */
#container {
    width: 800px;
    text-align: center;
    color: #CCC;
    margin: 140px auto;
    font-size: 14px;
    overflow: visible;
    visibility: visible;
    border: solid 1px #383838;
    padding-left: 130px;
    padding-right: 150px;
}

#container img {
    max-width: 450px;
    height: auto;
    border: 1px solid #424141;
    padding: 20px 10px;
    background-color: #232323;
}

.containerImg, video {
    width: 495px;
    height: 370px;
    border: 1px solid #424141;
    padding: 20px 10px;
    background-color: #232323;
}
