* {
   margin: 0px;
   padding: 0px;
}

body { background: #333; }
a { color: #999; }
p {
   color: #ececec;
   font-family: arial, verdana, helvetica;
   font-size: 14px;
   line-height: 18px;
   margin: 0px auto 20px auto;
   text-align: center;
   text-shadow: 1px 1px 1px #111; 
   width: 900px; 
}

#top {
   background: #ececec;
   border-bottom: 1px solid #fff;
   height: 310px;
   margin-bottom: 30px;
   width: 100%;
}

#topcon {
   margin: 0px auto;
   width: 900px; 
}

#logo {
   width:900px;
   height: 300px;
   display: block;
   margin: 0px auto;
   padding: 10px 0px;
}