#social-links {
    padding-top: 100px
    }
#embed-popup {
    border: 1px solid #331011;
    background-color: #F3E9A6;
    color: #331011;
    padding: 0 25px;
    text-align: left;
    display: none;
    width: 500px;
    margin-bottom: 20px
    }
#embed-popup #watch-embed-code {
    width: 100%;
    text-align: left
    }
#navigation a {
    color: F3E9A6;
    text-decoration: none
    }
#navigation a:hover {
    text-decoration: underline
    }
/* ************** OUR STYLES ******************/
body {
    margin: 0;
    padding: 0;
    background: url(pix/guitar_tuner.jpg) repeat top center;
    background-position: center -10;
    background-color: #000
    }
#wrapper {
    font-family: Arial;
    margin: 0;
    padding: 0;
    padding-top: 50px
    }
/* static section (bottom) */
#static-container {
    width: 500px;
    color: #F3E9A6;
    text-align: left
    }
#static-container a {
    color: #F3E9A6
    }
/* thumbnails */
#thumbnails-container {
    text-align: center
    }
/* static container main content */
#static-container #main-content {
    width: 600px;
    color: #0172a9;
    text-align: left
    }
#static-container #main-content h1, #static-container #main-content h2 {
    font-size: 18px
    }
#static-container #main-content p {
    padding-left: 10px
    }
/* news */
#static-container #main-content ul#news {
    list-style-type: none;
    padding: 0 0 0 10px;
    margin: 0
    }
#static-container #main-content ul#news li {
    margin: 0 0 5px 0
    }
#static-container #main-content ul#news li a {
    color: #0172a9;
    text-decoration: none
    }
#static-container #main-content ul#news li a:hover {
    text-decoration: underline
    }
/* footer */
#footer {
    background: url(pix/guitar_tuner_footer.jpg) repeat-x bottom center;
    width: 100%;
    height: 140px
    }
#footer ul {
    position: relative;
    top: 105px;
    list-style-type: none;
    display: inline;
    color: white
    }
#footer ul li {
    display: inline
    }
#footer ul li a {
    margin: 0 10px;
    display: block inline;
    color: white;
    text-decoration: none;
    font-weight: 800
    }
#footer ul li a:hover {
    text-decoration: underline
    }