* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 12px;
}

body {
	background-image: url(../images/diagonal.png);
	background-repeat:repeat;
}

#header {
	background:url(../images/header_repeat.png) repeat;
	height: 335px;
	width: 100%;
	min-width: 1000px;
}

#header div {
	cposition: relative;
}
	
#header #right {
	background:url(../images/header_right.png) no-repeat right;
	width: 125px;
	height: 335px;
	float: right;
	left: 0;
	
}

#header #left {
	background:url(../images/header_left.png) no-repeat left;
	width: 835px;
	height: 335px;
	float: left;
}

#header #middle {
	background-image:  url(../images/header_middle.png);
	cfloat: left;
	cwidth: 100%;
	height: 335px;
	margin-right: 125px;
	margin-left: 833px;
}

#logo {
	position: absolute;
	background: url(../images/web_logo.png) no-repeat 5px 9px;
	width: 550px;
	height: 350px;
	z-index: 101;
}
