.content {
position: relative;
background-image: url("http://www.2ndChanceSaloon.com/images/19.jpg"); 
background-repeat: no-repeat;
margin: 0 0;
padding: 0 0;
top: 0;
left: 0;
height: 900px;
overflow: hidden;  
background-color: black;
}


#container h1 {
text-align: center;
color: yellow;
}


#secondtitle {
position: absolute;
left: -05px;
top: -30px;
}


#topnav {
display: block;
clear: both;
margin: auto;
padding: 0 0;
position: relative;
top: 110px;
left: -8px;
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: red;
}


#nav {
margin: 0 0;
padding: 0 0;
position: relative;
top: 120px;
left: 30px;
clear: both;
float: left;
height: 200px;
width: 150px;
font-size: x-large;
line-height: 50px;
color: yellow;
}

#nav li a {
color: red;
font-style: italic;
}


#main {
margin: auto;
border: 2px solid red;
padding: 0 0;
clear: both;
float: right;
position: relative;
width: 750px;
top: 150px;
left: -100px;
background-color: #343331;
text-align: center;
color: #FF766A;
}



#info {
margin: auto;
border: 2px solid blue;
padding: 0 0;
padding-left: 20px;
padding-right: 20px;
clear: both;
float: right;
position: relative;
width: 650px;
top: 150px;
left: -150px;
background-color: #D99545;
text-align: center;
color: blue;

}

#info p {
font-size: 1.3em;
}

#info strong {
color: blue;
}

#info a {
color: #BB0A10;
}


#footer {
position: absolute;
clear: both;
margin: auto;
left: 300px;
bottom: 40px;
text-align: center;
color: #F81D1B;
}

#footer a:link {
color: yellow;
}
