@import url( '../style1/style.css' );

#header {
	background: url( 'texture.png' ) ;
	z-index: 0 ;
}

#logo {
	background: url( 'logo.png' ) ;
	width: 434px ;
	height: 75px ;
	position: absolute ;
	top: -1px ;
	right: 0px ;
	left: auto ;
	z-index: 1 ;
	border: 0px ;
}

#hpic {
	background: url( 'lefto.png' ) ;
	height: 353px ;
	width: 331px ;
	z-index: 1 ;
	position: absolute ;
	left: 0px ;
	top: 0px
}

#headerstuff {
	position: absolute ;
	right: 0px ;
	bottom: 0px ;
	left: auto
}

body {
	background: url( 'lefto.png' ) no-repeat
}

#leftbar {
	position: relative ;
	z-index: 2 ;
	padding-top: 120px
}

#content {
	position: relative ;
	background: transparent ;
	z-index: 2
}
