body
{
	background-image: url('background.jpg');
	background-color: #4d5d83;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
}


#topBar {
        background-color: #D7D9D6;
        padding:0;
        margin:0;
        height:150px;
        background-image: url('header.jpg');
}

#mainTable {
        width: 760px;
        margin: 0 auto;
}

#topMenu {
        text-align:left;
        margin-top: 119px;
        margin-left: 20px;
}

#topMenu img {
        border: none;
}

