.address {
    color: white;
    text-align:center;
    font-family: arial, helvetica;
    font-size: 14px;
padding-top: 10px;
text-shadow: 2px 2px 2px #000;
}

body {
    background-color: #121212;
    background-image: url('bg.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    overflow: auto;
    text-align: center;
}

.BestWestern {
text-align: center;
position: absolute;
left: 0px;
width: 390px;
height: 570px;
border: 0px solid brown;
}

.Daysinn {
text-align: center;
position: absolute;
right: 0px;
width: 390px;
height: 570px;
border: 0px solid salmon;
}

.container {
border: 0px solid blue;
width: 790px;
height: 570px;
position: relative;
top: 1px;
margin: 0 auto;
text-align: left;
}

.logo {
margin-top: 12px;
position: relative;
height: 212px;
vertical-align: middle;
border: 0px solid blue;
}

.ssouter {
position: relative;
width:  270px;
height: 180px;
background-color: #40382B;
padding: 0px;
border: 0px solid blue;
margin: 0 auto;
}

.ssinner {
position: absolute;
top: 5px;
left: 5px;
width:  260px;
height: 170px;
background-color: beige;
border: 0px solid blue;
overflow: hidden;
}

.textbox {
font-family: arial, helvetica;
font-height: 11px;
}

.textbox a:link {font-size:12px; text-decoration: none; font-weight: bold;}
.textbox a:visited {font-size:12px; text-decoration: none; font-weight: bold; }
.textbox a:hover {font-size:12px; text-decoration: underline; font-weight: bold; }
.textbox a:active {font-size:12px; text-decoration: none; font-weight: bold; color: red;}

.title {
    text-align:center;
    margin-top:90px;
    margin-bottom:0px;
    padding:0px;
}



