@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
#left {

	
	background-image: url(images/may20th_small_01.jpg);
	height: 728px;
	background-position:left;
	background-repeat:no-repeat;
	
}




#right {
	background-image: url(images/may20th_small_03.jpg);
	height: 728px;
	background-position:right;
	background-repeat:no-repeat;
	z-index: 2;
}