* {
 margin: 0;
 padding: 0;
 }

body {
 background: #51637a;
 padding-bottom: 10px;
 }

ul {
 list-style-type: none;
 }

#thebuttons {
 width: 800px; 
 margin: auto;
 }

#thebuttons li {
 float: left;
 margin: auto;
 width: 380px;
 height: 175px;
 padding: 10px;
 }

#thebuttons a {
 display: block;
 margin: 5px auto;
 width: 380px;
 height: 175px;
 text-indent: -9000px;
 overflow: hidden;
 line-height: 175px;
 }

#blog {
 background: url(/images/splash/head.gif) no-repeat;
 }

