		BODY {background-position: center center;
			  background-repeat: repeat-y;
			  background-color: #FFF;}
		
		body.background1 {background-image: url(images/cyan-yellow-wide.png);}
		body.background2 {background-image: url(images/cyan-magenta-wide.png);}
		body.background3 {background-image: url(images/yellow-cyan-wide.png);}
		body.background4 {background-image: url(images/yellow-magenta-wide.png);}
		body.background5 {background-image: url(images/magenta-cyan-wide.png);}
		body.background6 {background-image: url(images/magenta-yellow-wide.png);}
		
				
		#container {position: absolute; 
					top: 0px; left:0px; 
					width: 100%; height: 100%;
					background-position: center center;
					background-repeat: repeat-x;
					vertical-align: middle;
					}
		
		#container.background1 {background-image: url(images/cyan-yellow-tall.png);}
		#container.background2 {background-image: url(images/cyan-magenta-tall.png);}
		#container.background3 {background-image: url(images/magenta-cyan-tall.png);}
		#container.background4 {background-image: url(images/magenta-yellow-tall.png);}
		#container.background5 {background-image: url(images/yellow-cyan-tall.png);}
		#container.background6 {background-image: url(images/yellow-magenta-tall.png);}
		
		
		p { width: 500px; height: 100px;
			text-indent: -4000px;
			margin-left: auto;
			margin-right: auto;
			margin-top: 25%;
		}