@charset "utf-8";
/* CSS Document */
a { color: #cc0066; text-decoration: none; }
a:hover { color: #000; text-decoration: underline; }
body { font-family: "Trebuchet MS"; background-color: #000; color: #FFF; }
.white { color: #FFF; }
.black { color: #000; }
.pink { color: #cc0066; }
#title { font-size: 25px; width: 960px; border-bottom: 1px solid #666; margin: auto; text-transform: uppercase; color: #cc0066; }
h1 { font-size: 25px; font-weight: normal; width: 960px; border-bottom: 1px solid #666; margin: auto; text-transform: uppercase; color: #cc0066; }
#header { width: 960px; margin: auto; margin-bottom: 10px; }
#logo { width: 960px; margin: auto; text-align: center; background-color: #FFF; padding-top: 10px; }
#logo img { padding: 4px; border: 1px solid #ddd; }
#disclaimer { width: 600px; margin: auto; }
#read-me { font-size: 15px; width: 960px; margin: auto; padding-top: 15px; padding-bottom: 15px; background-color: #FFF; }
#age-req { width: 960px; margin: auto; text-align: center; font-size: 25px; padding-top: 15px; padding-bottom: 15px; background-color: #FFF; color: #666}
#menu { width: 960px; margin: auto; text-align: center; font-size: 35px; background-color: #FFF; }
#footer { font-family: "Trebuchet MS"; font-size: 10px; text-transform: uppercase; width: 960px; margin: auto; border-top: 1px solid #666; padding-top: 5px; }
