html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana;
	font-size: 11px;
	color: rgb(21,22,28);
	line-height: 1.3;
}

img {
	border: none;
}

a {
	color: black;
}

#contentSpacer {
	height: 50%; 
	width: 100px;
	margin-bottom: -160px;
	float: left;
}

#contentBox {
	width: 890px;
	height: 285px;
	margin: 0 auto;
	clear: left;
	position: relative;
}

#homeBanner, #mainBanner {
	position: absolute; 
	top: 0;
	left: 0;
}

#homeBanner {
	width: 633px;
}

#homeBannerLangSelector {
	position: absolute; 
	right: 0; 
	top: 0;
}

#mainMenu {
	position: absolute; 
	left: 285px; 
	top: 13px;
}

#contentSquares {
	position: absolute;
	right: 31px;
	top: 0;
	padding: 0;
}

#contentSquareLeft, #contentSquareRight {
	width: 285px;
	height: 285px;
	float: left;
}

#backLink {
	position: absolute;
	left: 0;
	bottom: 5px;
}

#projects {
	position: absolute;
	left: 398px;
	top: 13px;
}

#contentSquareRightText {
	position: absolute;
	bottom: 0;
	padding: 0 20px 13px 14px;
	width: 255px;
}

#projectNav {
	position: absolute;
	right: 0;
	bottom: 10px;	
}

#projectBacklink {
	position: absolute;
	left: 0;
	bottom: 10px;	
}

#adminPanel {
	position: absolute;
	right: 0;
	width: 600px;
}
