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

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

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

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

#topMenu img {
        border: none;
}

