body {
	background-color: #a4a43e;
	margin-top: 30px;
}

.doubleborder {
	background-image: url(../images/double_border.png);
	background-repeat: repeat-y;
	width: 5px;
}

img {
	border:none; 
}

table { background-repeat:no-repeat; }

.bg1 {
	background-image:url(../images/dark_shapes1100.png);
	background-position: top center;
	background-repeat: repeat-y;
	height:7900px;
	width:100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index:-5;
}
		
.bg2 {
	background-image:url(../images/light_shapes1100.png);
	background-position: top center;
	background-repeat: repeat-y;
	height:7900px;
	width:100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index:-10;
}