@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	overflow: hidden;
}

#color {
	background-repeat: repeat-x;
	position: absolute; /*or absolute*/
	z-index: 100;
	width: 100%;
}

#flash {
	background-repeat: repeat-x;
	position: absolute; /*or absolute*/
	z-index: 1;
	width: 100%;
	height: 100%;
}
#back {
	background-repeat: repeat-x;
	position: absolute; /*or absolute*/
	z-index: 0;
	width: 100%;
}
.background {
	background-image: url(../_images/background_brick2.jpg);
	background-repeat: repeat-x;
}

