* {
	border: 0;
	padding: 0;
	margin: 0;
}

body {
	background-color: rgb(0,0,0);
	text-align: center;
}

div#siteContainer {
	width: 100%;
	height: 100%;
	position: relative;
	top: 0px;
	left: 0px;
}

div#languageSelection {
	width: 563px;
	height: 370px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -281px;
	margin-top: -185px;
}

div#specialContainer {
	width: 105px;
	height: 119px;
	position: absolute;
	bottom: 0%;
	right: 0%;
	margin-right: 10px;
	margin-bottom: 10px;
}
