/* Main navigation bar */

#main {
	background-image: url(trac.bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	padding: 0px;
	background-color: white;
}


#ads {
        position: absolute;
        top: 170px;
        right: 10px;
        /*width: 140px;*/
        z-index: 1;
        text-align: right;
}

