			#topbar h1.link {
				display:none;
			}
			
		#header {
			display:block;
			background-image:url(../images/header.jpg);
			background-repeat:no-repeat;
			background-position:center center;
			height:262px;
			/*overflow:hidden;*/
		}
			#header div.viewvideo {
				display:block;
				float:left;
				margin-top:203px;
				margin-left:25px;
			}

			#header div.specbox {
				display:block;
				float:right;
				width:267px;
				margin-top:70px;
				background-image:url(../images/box_m.gif);
				background-repeat:repeat-y;
				background-position:center;
			}
				#header div.specbox .top {
					display:block;
					background-image:url(../images/box_t.gif);
					background-repeat:no-repeat;
					background-position:top center;
				}
				#header div.specbox .bottom {
					display:block;
					background-image:url(../images/box_b.gif);
					background-repeat:no-repeat;
					background-position:bottom center;
					padding:1px;
				}
				#header div.specbox b {
					display:block;
					float:left;
					width:75px;
					color:#666;
					font-weight:normal;
					font-family:arial,sans-serif;
				}
				#header div.specbox div.lightRow {
					background-color:#272727;
				}
				#header div.specbox div.bottom h2 {
					padding:5px;
					padding-left:5px;
					padding-right:5px;
					font-size:14px;
				}
				#header div.specbox div.bottom div {
					padding:2px;
					padding-left:5px;
					padding-right:5px;
				}
