html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: black;
}

#wrapper {
	width: 800px;
	height: 600px;
}

#mainContent {
	background: url(../images/logo.jpg) no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
	position: relative;
}

#eventLeft {
	width: 40%;
	float: left;
	position: absolute;
	bottom: 0;
	left: 0;
}

#enter {
	width: 20%;
	position: absolute;
	bottom: 60px;
	left: 40%;
	right: 40%;
}

#eventRight {
	width: 40%;
	float: right;
	position: absolute;
	bottom: 0;
	right: 0;
}