* {
     margin: 0;
     padding:0;
}
body {
     background-color: #1f002b;
     color: #fff;
     font-family: "Trebuchet MS", Trebuchet, sans-serif;
}
#container {
     margin-top: 20px;
     width: 600px;
     margin-left: auto;
     margin-right: auto;
}
#header {
     height: 100px;
     background-image: url(web/header.png);
     background-repeat: no-repeat;
}
h1 {
     padding-left: 25px;
     padding-top: 35px;
}
#nav {
     padding-top: 5px;
}
#nav a {
     float: left;
     width: 99px;
     height: 36px;
     text-decoration: none;
     text-align: center;
     color: #bbb;
     font-weight: bold;
     line-height: 36px;
     background-image: url(web/nav.png);
     background-repeat: no-repeat;
     background-position: bottom;
}
#nav li {
     list-style-type: none;
     display: inline;
}
#nav a:hover {
     background-position: top;
}
#otherSites {
     text-align: center;
     float: right;
     padding: 20px;
}
#otherSites li {
     list-style-type: none;
     padding-top: 10px;
     padding-bottom: 10px;
     border-bottom: 1px #cc99cc solid;
     text-align: center;
}
#otherSites a {
     color: #9966cc;
}
#otherSites a:hover {
     color: #660066;
}
h4 {
     color: #cc99cc;
     border-bottom: 1px solid;
     padding-bottom: 5px;
}
#content {
     background-color: #000;
     background-image: url(web/content.png);
     background-repeat: no-repeat;
     background-position: bottom;
}
h2 {
     padding-top: 10px;
     margin-top: 45px;
     background-image: url(web/content-top.png);
     background-repeat: no-repeat;
     text-indent: 20px;
}
#footer {
     margin-top: 10px;
     background-image: url(web/footer.png);
     background-repeat: no-repeat;
     height: 50px;
     padding-top: 10px;
}
h5 {
     text-align: center;
}
#validation {
}
p {
     line-height: 1.4em;
     padding: 20px;
     text-align: justify;
}
a {
     text-decoration: none;
}
#content a {
     color: #9966cc;
     border-bottom: 1px dotted;
}
#content a:hover {
     border-bottom: 1px solid;
}
#valid a {
     color: #cc99cc;
}
#valid p {
     text-align: right;
     font-size: 80%;
     margin-top: -25px;
}