@charset "UTF-8";
/* CSS Document */

html { margin:0; padding:0; }
body { margin:0; padding:0; background: #000 url(../images/GradientBG.jpg) repeat-x; height: 100%; color:#CCC; font-family: Arial, Helvetica, sans-serif; }
A { color: #FFF; text-decoration: underline; }
strong { color: #FFF; font-weight: bold; }

#footer { position:fixed; bottom:0; left:0; width: 100%; height:75px; padding: 30px 0 0 0; background:#333 url(../images/footerBG.jpg) repeat-x; }
      
#header { position:fixed; top:0; left:0; width: 100%; height:28px; z-index:1; background: url(../images/headerBackground.gif) repeat-x; }

#content { position: relative; top: 60px; padding-bottom: 140px; clear: both; overflow: hidden; width: 920px; margin: 0 auto; }

#contentWide { position: relative; top: 60px; padding-bottom: 90px; clear: both; overflow: hidden; width: 800px; margin: 0 auto; }

#logoSlug { position: relative; top: 55px; clear: both; }

.speakerPadding { margin: 30px; }
