/* CSS Document */
body {
text-align:center;
background-color:black;
color:#ffd320;
}

h1 {
font-size:1.5em;
}

h2 {
font-size:1.2em;
font-weight:normal;
}

#container {
width:1000px;
margin:0 auto;
}

#logo {
width: 400px;
float: left;
font-size: 0.5em;
}

#tagline {
width:600px;
float:left;
}

#menu1 {
float:right;
width:100px;
border-top-style:solid;
border-right-style:solid;
border-bottom-style:none;
border-left-style:solid;
border-width:2px;
border-color:#ffd320;
}

#menu2 {
float:right;
width:100px;
border-top-style:solid;
border-right-style:solid;
border-bottom-style:none;
border-left-style:none;
border-width:2px;
border-color:#ffd320;
}

#menu3 {
float:right;
width:100px;
border-top-style:solid;
border-right-style:solid;
border-bottom-style:none;
border-left-style:none;
border-width:2px;
border-color:#ffd320;
}

#menu4 {
float:right;
width:100px;
border-top-style:solid;
border-right-style:solid;
border-bottom-style:none;
border-left-style:none;
border-width:2px;
border-color:#ffd320;
}

#menu5 {
float:right;
width:100px;
}

#content {
width:996px;
float:left;
border: 2px solid #ffd320;
}

#credits {
width:1000px;
float:left;}

a {
text-decoration: none;
color:#ffd320;
}

a img {
border:none;
}