html * {
	margin: 0px;
	padding: 0px;
	border: none;
}

html {
	height: 100%;
}

.hidden {
	display: none;
}

#mainContainer {
	width: 940px;
	height: 685px;
	margin: 0px auto;
	text-align: center;
	position: relative;
	background: url(img/main.jpg) no-repeat;
}

#fbLink {
	display: block;
	position: absolute;
	left: 101px;
	top: 578px;
	width: 32px;
	height: 32px;
	background: url(img/facebook.gif) no-repeat;
}

#twLink {
	display: block;
	position: absolute;
	left: 101px;
	top: 615px;
	width: 32px;
	height: 32px;
	background: url(img/twitter.png) no-repeat;
}

#emLink {
	display: block;
	position: absolute;
	left: 398px;
	top: 626px;
	width: 208px;
	height: 28px;
}