@charset "UTF-8";

body {
	overflow: visible;
	background-image: url("../images/background_thibalryn_blue_2x.png");
	background-repeat: repeat-y;
	background-size: 1600px;
	background-position: center;
}

header {
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	font-size: 32px;
	text-align: center;
}

img {
	vertical-align: bottom;
}

#topTable {
	width: 100%;
}

#embeddedContent {
	width: 100%;
	height: 1536px;
	background-color: transparent;
}

#embeddedThibalryn {
	width: 100%;
	background-color: transparent;
}

#embeddedPoH {
	width: 100%;
	background-color: transparent;
}

#HomeCell {
	vertical-align: bottom;
}

#HomeText {
	text-decoration: none;
	text-align: center;
	font-size: 128px;
}

#navtable {
	height: 128px;
}

.navCellLeft {
	width: 33.34%;
}

.navCellRight {
	width: 66.66%;
}

@media screen and (max-width: 640px) {
	
	body {
		max-width: 320px;
		background-size: 800px;
	}

	#HomeText {
		font-size: 64px;
	}
	
	#embeddedContent {
		height: 1024px;
	}

	header {
		font-size: 16px;
	}

	#navtable {
		 height: 64px;
	}

	#mainLogoDiv {
		width: 128px;
	}
}
