body {
    background: #000000 url('../websitebackground.jpg') no-repeat center top;
    width:100%;
    height:100%;
    overflow: hidden;
    font-family: georgia,"times new roman",serif;
    font-size: 12px;
    color: #000000;
    margin:0;
    padding:0;
}
#content
{
    background: none repeat scroll 0 0 #FFFFFF;
    height: 361px;
    margin: 85px auto 0;
    width: 640px;
    z-index: 10000;  
    overflow: auto;
    padding:15px;
}
#footer
{
    margin: 0px auto;
    width: 640px;
    z-index: 10001;
}
#logolink
{
    background: #ffffff url('../img/jmdlogo.jpg') no-repeat center center;   
    display:block;
    width: 250px;
    height: 199px;
}
#logolinks
{
    background: #ffffff url('../img/jmdlogos.jpg') no-repeat center center;   
    display:block;
    width: 125px;
    height: 100px;
}
#reglink
{
    background: #ffffff url('../img/register.jpg') no-repeat center center;   
    display:block;
    width: 119px;
    height: 77px;
    float:left;
    margin:70px 0 0;
}
#showlink{
    background: #ffffff url('../img/showing.jpg') no-repeat center center;   
    display:block;
    width: 136px;
    height: 77px;
    float:left;
    margin:70px 0 0;
}
#booklink{
    background: #ffffff url('../img/book.jpg') no-repeat center center;   
    display:block;
    width: 136px;
    height: 77px;
    float:left;
    margin:70px 0 0;
}
#footer a
{
    color: #0871a8;
    text-decoration:none;
    margin: 0 5px;
}
#footer a:hover
{
    color: #0871a8;
    text-decoration:none;
    font-weight: bold;
}
.places
{
    font-size: 60px;
}
#showing li
{
    margin:0;
    padding: 0;
    list-style: none;
}
#showing ul
{
    margin:0;
    padding: 0;
}
.showdesc
{
    clear:both;
    margin: 5px 0 0;
}
#showing a, #showing a:hover #showing a:visited
{
    color: #000000;
    margin: 5px;
}
#booking a, #booking a:hover #booking a:visited
{
    color: #000000;
}
.left
{
    float:left;
    margin: 0 2px;
}
