﻿	.Splash {
		position: relative;
		font-family: Arial, Helvetica, sans-serif;
		width: 969px;
		height: 465px;
		background: url('splash.png') no-repeat top left;
	}
		.Splash a {
			position: absolute;
			width: 166px;
			color: #fff;
			font-size: 12px;
			font-weight: bold;
			line-height: 20px;
			text-align: center;
			text-decoration: none;
		}
			.Splash a .large {
				font-size: 16px;
			}
		.Splash a.attendee {
			top: 398px;
			left: 35px;
		}
		.Splash a.exhibitor {
			top: 397px;
			left: 310px;
		}
		.Splash .about {
			position: absolute;
			top: 236px;
			left: 0;
			width: 630px;
			line-height: 20px;
			font-size: 14px;
		}
			.Splash .about b {
				color: #afb91c;
				font-size: 14px;
			}
		.Splash .location {
			position: absolute;
			top: 16px;
			right: 0;
			color: #000;
			font-size: 12px;
			width: 275px;
			line-height: 22px;
		}
			.Splash .location .city {
				color: #fff;
				font-weight: bold;
				margin: 0 0 10px 0;
				font-size: 20px;
			}

