﻿body 
{
    margin: 0px 0px 0px 0px;
    padding: 0;
    width: 100%;
    height: 100%;
}
img 
{
    border: 0
}
#black 
{
    width: 100%;
    height: 100%;
    background-color: #000000;
    text-align: center
}
#white 
{
    width: 900px;
    height: 100%;
    background-color: #ffffff;
    margin:0 auto;
}
#header 
{
    width: 900px;
    background-color: #ffffff;
    text-align: center;
}
#flash 
{
    width: 880px;
    background-color: #ffffff;
    text-align: center;
    margin: 0 auto;
}
#contact-jigsaw 
{
    width: 900px;
    height: 905px;
    background-color: #ffffff;
    text-align: center;
    margin: 0 auto;
    background-image: url('images/layout/contact_jigsaw.jpg');
    background-repeat: no-repeat;
    background-position: top center;
}
#aboutus-jigsaw
{
    width: 900px;
    height: 905px;
    background-color: #ffffff;
    text-align: center;
    margin: 0 auto;
    background-image: url('images/layout/aboutus_jigsaw.jpg');
    background-repeat: no-repeat;
    background-position: top center;
}
#aboutus-jigsaw-alt
{
    width: 900px;
    height: 905px;
    background-color: #ffffff;
    text-align: center;
    margin: 0 auto;
    background-image: url('images/layout/aboutus_jigsaw.jpg');
    background-repeat: no-repeat;
    background-position: top center;
}
#accomodation-jigsaw
{
    width: 900px;
    height: 905px;
    background-color: #ffffff;
    text-align: center;
    margin: 0 auto;
    background-image: url('images/layout/accomodation_jigsaw.jpg');
    background-repeat: no-repeat;
    background-position: top center;
}
#conference-jigsaw
{
    width: 900px;
    height: 905px;
    background-color: #ffffff;
    text-align: center;
    margin: 0 auto;
    background-image: url('images/layout/conference_jigsaw.jpg');
    background-repeat: no-repeat;
    background-position: top center;
}
#events-jigsaw
{
    width: 900px;
    height: 905px;
    background-color: #ffffff;
    text-align: center;
    margin: 0 auto;
    background-image: url('images/layout/events_jigsaw.jpg');
    background-repeat: no-repeat;
    background-position: top let;
}
.spacer 
{
    width: 100%;
    height: 60px;
}