body { 
	background-attachment: scroll;
	background-image: url();
	background-repeat: repeat-x;
	background-color:#0c0c0c;	
	margin:0px;
	padding:0px;
	font: bold 11px/1.2em Arial;
	scrollbar-face-color:white; 
	scrollbar-shadow-color: #ccc; 
	scrollbar-highlight-color: #ccc; 
	scrollbar-3dlight-color: #ccc;
	scrollbar-darkshadow-color:  #ccc; 
	scrollbar-track-color: white; 
	scrollbar-arrow-color: #ccc;
	overflow:visible;
}

	body #bodyhull {
		text-align:center;
		
	}

		
		body  #main{
			position:relative;
			background-color:#fff;
			width:606px;
			margin-left:auto;
			margin-right:auto;
		}
		
			
			
			body #bottom {
				clear:both;
				background-color:#fff;
				width:100%;
				min-width:100%;
				background-position:top center;
				background-repeat:no-repeat;
				min-height:61px;
				height:61px;
				background-image:url(../../gfx/bottom/bottom.gif);
			}
			
			body #extensions {
				border-top: 1px dotted #1a1a1a;
				background-color:#fff;
				margin-top:7px;
				padding-top:7px;
				text-align:left;
				text-indent:6px;
				width:100%;
				min-width:100%;
				background-position:top center;
				background-repeat:no-repeat;
				height:32px;
				word-spacing:20px;
			}
			
			body #extensions img {
				vertical-align: middle;
			}
	