/* CSS Document */

body	{
		background:#000000;
		background-image: url("images/bgi_pattern.gif");
		background-position: center top;
		background-repeat: repeat;
		margin:0px;
}

#container {
	float:center;
	padding:0px;
	margin:0;
	height:100%;
	background-image: url(images/bgi01.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

#container2 {
	float:center;
	padding:0px;
	margin:0;
	height:100%;
	background-image: url(images/bgi05.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

#container3 {
	float:center;
	padding:0px;
	margin:0;
	background-image: url(images/bgi08.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#container4 {
	float:center;
	padding:0px;
	margin:0;
	background-image: url(images/00_intro_01.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}