/* 
 * G Kustom Kuhl
 * index.css
 * author: miinx [at] miinx.com.au
 */
html,body {
	height: 100%;
}

body { 
	background-color: #37140e;
	background-image: url("/images/index/bg.gif");
	background-repeat: repeat-y; 
 	background-position: center top;
	margin: 0;
	padding: 0;
	}

div#outerBox {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	text-align: center;
	z-index: 10;
	}
	
		div#content {
			position: absolute;
			width: 760px;
			height: 490px;
			margin-left: -380px;
			left: 50%;
			top: -245px;		/* for good browsers */
			}
			* html div#content {
				top: -255px; 	/* for IE */
				}
		
h1 {
	position: absolute;
	margin: 0;
	width: 510px;
	height: 424px;
	left: 134px;
	top: 0;
	}
	
	h1 a {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		padding-top: 424px;			/* height of replacement image */
		height: 0px !important; 	/* for good browsers */
	    height /**/:424px; 			/* for IE5.5's broken box model */	
		width: 510px;
		overflow: hidden;
		background-image: url("/images/index/logo.jpg");
		background-repeat: no-repeat;
		}
			
			h2 {
				position: absolute;
				margin: 0;
				padding-top: 30px;
			    height: 0px !important;
			    height /**/:30px;
				width: 406px;
				overflow: hidden;
				background-image: url("/images/index/kustom.jpg");
				background-repeat: no-repeat;
				left: 242px;
				top: 396px;			/* for good browsers */
				}
				
				* html h2 {
					top: 406px;		/* for IE */
					}
					
					h3 {
						position: absolute;
						margin: 0;
						padding-top: 27px;
					    height: 0px !important;
					    height /**/:27px;
						width: 406px;
						overflow: hidden;
						background-image: url("/images/index/distributor.jpg");
						background-repeat: no-repeat;
						left: 185px;
						top: 462px;			/* for good browsers */
						}
						* html h3 {
							top: 472px;		/* for IE */
							}

