.content {
position: relative;
background-image: url("http://www.2ndChanceSaloon.com/images/19.jpg");
background-repeat: no-repeat;
overflow: hidden;
height: 1000px;
margin: 0 0;
top: 0;
text-align: center;
background-color: black;
}


#secondtitle {
position: absolute;
left: -05px;
top: -30px;
}

#topnav {
clear: both;
position: relative;
top: 110px;
left: -30px;
text-align: center;
}

#topnav li {
display: inline;
padding-left: 60px;
font-size: large;
}

.choice {
color: #C40F14 !important;
}

#topnav li a:link {
color: #ffde59;
}

#topnav li a:visited {
color: #ffde59;
}

#topnav li a:hover {
color: red;
}

#topnav a.active {
color: green;
}

#container h1 {
text-align: center;
color: yellow;
}


#main {
position: relative;
clear: both;
float: left;
width: 500px;

top: 230px;
left: 30px;
text-align: center;
color: yellow;
border: 1px solid red;
background-color: #141215;
font-size: 1.2em;
}

#main h2 {
margin: 0 0;
padding: 0 0;
padding-top: -10px;
color: #BF0705;
text-decoration: underline;
}

#footer {
position: absolute;
clear: both;
margin: auto;
left: 300px;
bottom: 1px;
text-align: center;
color: #F81D1B;
}

#footer a:link {
color: yellow;
}
