
body,html{
    width:100%;
    height:100%;
    margin: 0px;
}

#mainContainer
{
    width:100%;
    height:100%;
}

#leftContainer {
    float:left;
	width:20%;
    height:100%;
}

#middleContainer
{
	display: inline-block;
    float:left;
	width:60%;
	height: 100%;
}

#rightContainer {
    float:left;
	width:20%;
    height:100%;
}

#leftContainerBoxFloater{
    height: 50%;
}

#rightContainerBoxFloater{
    height: 50%;
}

#leftContainerBox{
	clear: both;
	float: right;
	height:280px;
	min-height:280px;
    margin-top: -140px;
	margin-left: 10px;
	margin-right: 10px;
}

#middleContainerBox{
	min-height: 98%;
	margin-top: 1%;
	margin-bottom: auto;
	height: 98%;
	width: 100%;
	min-width: 100px;
	background: white;
	-moz-box-shadow: 0 0 20px black;
	-webkit-box-shadow: 0 0 20px black;
	box-shadow: 0 0 20px black;
	border-radius: 3px;
	display: table;
}

#rightContainerBox {
    clear: both;
	float: left;
	min-width: 100px;
	margin-left: 10px;
	margin-right: 10px;
	height: auto;
    margin-top: -60px;
}

.facebookLike {
	margin-top: 30px;
	background: white;
	-moz-box-shadow: 0 0 20px black;
	-webkit-box-shadow: 0 0 20px black;
	box-shadow: 0 0 20px black;
	border-radius: 3px;
}

.languageSwitcher {
}

#hide {
	position:absolute;
	top:30px;
	left:-190px;
}