body, html {
   text-align: center;
   margin: 0px;
   padding: 0px;
}

#content {
   position: relative;
   width: 1000px;
   height: 600px;
   background: url(../assets/bg.gif) no-repeat;
   margin: 0 auto;
}

#content h1, #content h2 {
   display: none;
}

iframe {
   border: 0px;
   overflow:hidden;
}

#newsletter {
   position: absolute;
   top: 200px;
   left: 228px;
}

#poll {
   position: absolute;
   top: 200px;
   left: 470px;
}

#social {
   position: absolute;
   left: 75px;
   top: 368px;
   list-style-type: none;
   padding: 0px;
   margin: 0px;
}

#social li {
   padding: 0px;
   margin: 0px 0px 5px 0px;
   display: block;
   width: 128px;
   height: 32px;
}

#social li a {
   display: block;
   height: 32px;
   background-image: url(../assets/social.gif);
   text-indent: -9000px;
   outline: 0px;
}

#tw a {
   background-position: 0px -69px;
}

#logos {
   text-align: center;
   position: absolute;
   top: 515px;
   left: 350px;
}