body {
  margin: 0px;
  padding: 0px;
  #background-color: #67815C;
  background-color: #C3CABF;
  font-family: arial, helvetica, serif;
  font-size: 12px;
  text-align: center;
}

img {
  border: 0;
}

h1 {
  font-size: 16px;
}

p {
  font-size: 12px;
}

table.white {
  padding: 10px;
  background-color: #ffffff;
}
table.content {
  padding-left: 23px;
  padding-right: 20px;
  background-color: #ffffff;
}

td {
  vertical-align: top;
}

td.centered {
  vertical-align: middle;
}

div#center {
	width: 504px;
	height: 504px;
	margin: 0 auto;
	text-align: left;
}

div#top {
	width: 504px;
	height: 173px;
	background-image: url(images/splash_top.png);
	position: absolute;
	top: 0px;
	left: 0px;
}

div#left {
	width: 37px;
	height: 331px;
	background-image: url(images/splash_left.png);
	position: absolute;
	top: 173px;
	left: 0px;
}

div#splash_nightclub {
	width: 333px;
	height: 42px;
	position: absolute;
	top: 0px;
	left: 0px;
}

div#mid1 {
	width: 50px;
	height: 32px;
	background-image: url(images/splash_beauty_leading.png);
	position: absolute;
	top: 42px;
	left: 0px;
}

div#splash_beauty {
	width: 283px;
	height: 32px;
	position: absolute;
	top: 42px;
	left: 50px;
}

div#mid2 {
	width: 89px;
	height: 35px;
	background-image: url(images/splash_transportation_leadi.png);
	position: absolute;
	top: 74px;
	left: 0px;
}

div#splash_transportation {
	width: 244px;
	height: 35px;
	position: absolute;
	top: 74px;
	left: 89px;
}

div#mid3 {
	width: 119px;
	height: 34px;
	background-image: url(images/splash_about_leading.png);
	position: absolute;
	top: 109px;
	left: 0px;
}

div#splash_about {
	width: 214px;
	height: 34px;
	position: absolute;
	top: 109px;
	left: 119px;
}

div#bottom {
	width: 333px;
	height: 188px;
	background-image: url(images/splash_bottom.png);
	position: absolute;
	bottom: 0px;
	left: 0px;
}

div#middle {
	background-color: #ff0000;
	position: absolute;
	top: 173px;
	left: 37px;
	height: 331px;
}

div#right {
	width: 134px;
	height: 331px;
	background-image: url(images/splash_right.png);
	position: absolute;
	top: 173px;
	right: 0px;
}

div#splash {
	width: 504px;
	height: 504px;
	background-color: #ffffff;
	position: relative;
	margin: 26px 0;
	left: 142px;
}

div#president {
	width: 310px;
	height: 222px;
	background-image: url(images/carol.png);
	position: relative;
	top: -466px;
	left: -145px;
}

div#broker {
	width: 310px;
	height: 222px;
	background-image: url(images/maureen.png);
	position: relative;
	top: -467px;
	left: -145px;
}

div.footer {
	color: #B23427;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	top: -467px;
	left: 142px;
}

