@charset "utf-8";
/* CSS Document */

/* The containter center aligns the two images it holds on one line. Add 25px to total image width per line. (Image width 1 + Image width 2 + 25px = Container Width) */

.container1 {
	width:1023px;
	height:auto;
	margin: 0px auto;
}

.container2 {
	width:858px;
	height:auto;
	margin: 0px auto;
}

.container3 {
	width: 951px;
	height:auto;
	margin: 0px auto;
}

.container4 {
	width: 660px;
	height:auto;
	margin: 0px auto;
}

.container5 {
	width: 745px;
	height:auto;
	margin: 0px auto;
}

.container6 {
	width: 775px;
	height:auto;
	margin: 0px auto;
}

.container7 {
	width: 700px;
	height:auto;
	margin: 0px auto;
}