/* CSS Document */
body{
background:black;
background-image:url(images/bg.jpg);
background-repeat:repeat-x;
margin:0;
padding:0;

}
#wrapper{
margin:0 auto;
width:950px;

}
.magAustin{
float:left;
width:236px;
height:573px;
background-image:url(images/austin.jpg);
background-repeat:no-repeat;
cursor:pointer;
}
.magDallas{
float:left;
width:234px;
height:573px;
background-image:url(images/dallas.jpg);
background-repeat:no-repeat;
cursor:pointer;
}
.magDenver{
float:left;
width:235px;
height:573px;
background-image:url(images/denver.jpg);
background-repeat:no-repeat;
cursor:pointer;
}
.magSanFran{
float:left;
width:232px;
height:573px;
background-image:url(images/sanfran.jpg);
background-repeat:no-repeat;
cursor:pointer;
}
.clear{
clear:both;
}
#footer{
width:100%;
height:20px;
}
.bottomLeft{
float:left;
font-size:10px;
padding:7px;
width:40%;
}
.bottomRight{
float:right;
font-size:10px;
padding:7px;
}
.bottomLeft a, .bottomRight a{
color:#cccccc;
text-decoration:none;
}
.bottomLeft a:hover, .bottomRight a:hover{
text-decoration:underline;
}

