	#splash-inner {
		background: url(background-crop.gif) no-repeat center left;
		width: 100%;
		border-top: 23px solid #F4F4F2;
		border-bottom: 23px solid #F4F4F2;
		padding: 30px 0;
	}
		#splash-left {
			float: left;
			width: 180px;
		}
		#splash-right {
			float: right;
			width: 350px;
		}
		.mini-splash-right {
			float: right;
			width: 165px;
			margin-left: 15px;
		}
			.flag-box-mini,
			.flag-box {
				background: url(flagbox.gif) no-repeat;
				width: 348px;
				height: 94px;
				padding-bottom: 10px;
			}
			.flag-box-mini {
				background: url(mini-flagbox.gif) no-repeat;
				width: 165px;
			}
				.flag-box-mini table, 
				.flag-box table {
					width: 195px;
					height: 94px;
					float: left;
					font-size: .9em;
					padding: 0 0 0 5px;
				}
				.flag-box-mini table {
					width: 158px;
					border-collapse: collapse;
					margin-left: 3px;
				}
					.flag-box-mini table td, 
					.flag-box table td {
						width: 85px;
						vertical-align: middle;
						text-align: left;
						padding: 0;
					}
					.flag-box-mini table td { width: 90px; }
					.flag-box-mini table td.flag { width: 56px; }
			
				.atlas {
					float: right;
					margin-right: 10px;
					display: block;
					width: 143px;
					height: 94px;
				}
					.atlas-uk { background: url(uk-grey.jpg) no-repeat; }
					.atlas-uk:hover { background: url(uk-orange.jpg) no-repeat; }
					
					.atlas-eu { background: url(eu-grey.jpg) no-repeat; }
					.atlas-eu:hover { background: url(eu-orange.jpg) no-repeat; }
					
					.atlas-usa { background: url(usa-grey.jpg) no-repeat; }
					.atlas-usa:hover { background: url(usa-orange.jpg) no-repeat; }
	
					.atlas-aus { background: url(aus-grey.jpg) no-repeat; }
					.atlas-aus:hover { background: url(aus-orange.jpg) no-repeat; }

					.atlas-sa { background: url(sa-grey.jpg) no-repeat; }
					.atlas-sa:hover { background: url(sa-orange.jpg) no-repeat; }