html, body { margin:0; padding:0; height:100%; }
div { margin:0; padding: 0; }

/* Main Backround */
body { font-family:Arial, Helvetica, sans-serif; font-size: 12px; background: #e2f1f8 url(../images/bg.gif) top left repeat-x; text-align:center; }
a, a:visited { text-decoration: none; color: rgb(26,117,207); }
a:hover { color:#d26716; }

#container { min-height:100%; position:relative; text-align:center; }
    #header { text-align:center; padding-top:10px; }
    #body { padding-bottom:78px;  /* Height of the footer */ width:910px; margin:0 auto; }
    #body:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
    
        #player { height:480px; padding:15px 13px 0 0; float:right; margin-left: 8px; margin-top:3px; background:url(../images/videobknd.png) no-repeat top left; width:585px; }
            .pre { padding-top:125px; font-size:16px; color:#fff; font-weight:bold; }
	    .video { position:relative; z-index:100; }
        
        #twitterFrame { width: 300px; height: 480px; float: left; overflow-x:none; } 
        #twitterFrame h2 { color: rgb(0,56,150); text-align: right; padding-right: 55px; margin: 20px 0 10px; font-size: 18px; }
    
    /* Bottom background - grass */
    #footer { clear:both; position:absolute; bottom:0; left:0; width:100%; height:78px; background:#6cf url(../images/footer_bg.jpg) repeat-x bottom left;}
