* {
 margin: 0;
 padding: 0;
}

body {
 font-family: Verdana, Helvetica, Arial, sans-serif;
 font-size: 100%;
 margin: 0;
 background-color: #CB0000;
 padding: 3%;
}

ul#nav {
 font-size: .85em;
 line-height: 1.5;
 width: 50%;
 margin: auto;
 text-align: center;
 color: white;
}

ul#nav li {
 list-style-type: none;
 display: inline;
 font-weight: bold;
}

ul#nav li a {
 color: yellow;
 background: inherit;
 padding: 0 1em;
 font-weight: normal;
}

ul#nav li a:hover {
 color: black;
 background: white;
}

#head {
 width: 100%;
 margin: 0 auto;
 text-align: center;
}

.logo {
 background: url( images/amp2.gif );
 background-repeat: no-repeat;
 background-position: bottom center;
}

h1 {
 font-size: 82px;
 text-align: center;
}

h1 span {
 position: relative;
 top: -.2em;
 color: #ee2;
 font-style: italic;
 word-spacing: -.3em;
}

/*
h1 img {
 border: 1px solid white;
}
*/

#main {
 width: 80%;
 background: #ffc;
 color: black;
 margin: auto;
 text-align: center;
}

#main ul {
 width: auto;
 margin: auto;
}

#main ul li {
 list-style-type: none;
 display: block;
 float: left;
 width: 8em;
}
