body {
    background-color: #333;
}

#header {
	height: 66px;
}

#header_inner {
	height: 66px;
    background-image: url(../images/bg_header_flash_tour.png);
}

.spacer_top {height: 66px} /* same height as header to preserve space*/

#footer_inner {
	height: 19px;
	padding-top: 10px;
	background-image: url(../images/bg_footer_tour.png);
}

#footer {
	height: 29px;
}

.spacer_btm {height: 29px}

#flashcontent {
    height: 100%;
    width: 100%;
    margin: auto;
    padding: 0;
}

#nonflash {
    width: 362px;
    height: 448px;
    margin: 0 auto;
    padding: 240px 329px 0 329px;
    background: Transparent url(../images/bg_tour_nonflash.jpg) no-repeat top left;
}

.home #nonflash {
    width: 1020px;
    height: 621px;
    padding: 0;
    background-color: Transparent;
    background-image: none;
}


p.download_flash {
    padding: 15px 0 0 100px;
}

#btn_download_flash {
    float: left;
    width: 176px;
    height: 29px;
    padding-left: 140px;
    text-indent: -7269px;
    cursor: pointer;
    background: url(../images/btn_download_flash_0.gif) no-repeat top left;
}

#btn_download_flash:hover {
    background-image: url(../images/btn_download_flash_1.gif);
}

.noscript {
    margin-top: -600px;
    margin-left: 100px;
    color: #fff;
    font-size: 150%;
}

/* negate mac hide \*/
* html #header_inner,* html #footer_inner {margin-right: 0;}
/* end hide*/
