body {
background-image: url("img/bg.jpg");
background-color: #424242;
font-size: 12px;
font-family: tahoma;
color: #3B3B3B;
text-align: justify;
line-height: 18px;
margin: auto;
}

a {
color: #D13D73;
font-family: tahoma;
font-weight: normal;
font-size: 12px;
text-decoration: none;
}

a:hover {
text-decoration: line-through;
}

/* CONTAINER*/
#container {
max-width: 600px;
}

/* TOP */
#top {
max-width: 600px;
margin: 0;
}

/* NAV */
#nav {
text-align: center;
max-width: 600px;
margin: auto;
}

#nav a {
color: #303030;
font-family: tahoma;
font-weight: normal;
font-size: 14px;
text-decoration: none;
text-transform:uppercase;
background-color: #D13D73;
padding: 2px;
}

#nav a:hover {
color: #D13D73;
text-decoration: none;
text-transform:uppercase;
background-color: #303030;
}

/* CONTENT */
#content {
max-width: 455px;
margin: auto;
}

#content b {
color: #D13D73;
}

#content h1 {
font-family: tahoma;
font-size: 20px; 
color: #3B3B3B;
font-weight: normal;
text-transform: uppercase;
text-align: center;
letter-spacing: 3px;
}

#content h2 {
font-family: tahoma;
font-size: 12px;
color: #D13D73;
font-weight: normal;
text-transform: lowercase;
text-align: center;
letter-spacing: 2px;
margin-top: -18px;
border-bottom: 3px solid #D13D73;
}

#content blockquote {
border: 5px solid #D13D73;
padding: 5px;
}

#content textarea, input {
background-color: transparent;
font-family: tahoma;
font-size: 12px;
color: #D13D73;
text-align: center;
border: 3px solid #D13D73;
}

.codesort li {
display: inline;
padding-right: 0.5em;
}

/* DISCLAIMER */
#disclaimer {
text-align: center;
padding-top: 50px;
}