body { margin: 0; padding: 0; background: #000 URL("../images/backgrounds/site.png"); font: 12px Helvetica, Tahoma, Arial, sans-serif; color: #555; }

#site { width: 900px; margin: 0 auto; overflow: hidden; }

a:link, a:visited, a:active { color: #fab32a; }
a:hover                     { color: #fae92a; }

a,img { outline: none; }

.splash { text-align: center; }

a.enter-button       { display: block; width: 567px; height: 44px; background: URL("../images/sprites/enter-button.png") 0 0 no-repeat; text-indent: -9999px; margin: 0 auto 35px auto; }
a:hover.enter-button { display: block; width: 567px; height: 44px; background: URL("../images/sprites/enter-button.png") 0 -44px no-repeat; text-indent: -9999px; margin: 0 auto 35px auto; }

