* {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

body {
	background-image: url('images/splash_background.png');
	background-repeat: repeat-x;
	background-color: #e7e8e9;
}

table {
	border-collapse: collapse;
}

img {
	border: none;
}

.splashTable {
	width: 752px;
	margin: 15px auto auto auto;
}
.buttonLeft {
	background-image: url('images/splash_page_03.jpg');
	background-repeat: no-repeat;
	width: 377px;
	height: 92px;
	padding-left: 52px;
}
.buttonRight {
	background-image: url('images/splash_page_04.jpg');
	background-repeat: no-repeat;
	width: 376px;
	height: 92px;
	padding-left: 17px;
}
.buttonLeft, .buttonRight {
	padding-top: 20px;
}

