﻿/*-----100% HEIGHT DESIGN-----*/
html, body, #container 
{
	min-height: 100%;
	width: 100%;
	height: 100%;
}
html>body, html>body #container 
{
	height: auto;
}
body 
{
	margin: 0;
}
#container 
{
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('../../Images/neolab.gif');
	background-repeat:no-repeat;
	background-position: right bottom;
}
#maincontainer 
{
	height: auto;
	width: 100%;
	margin-bottom: 135px;
}
#footercontainer
{
	position: absolute;
	bottom: 0; left: 0px;
	width: 100%;
	font-size: 0px;
	height: 105px;
	background: #23282C;
}
#headerline, #header, #menu, #footer 
{	
}

#header 
{
	position: relative;
	height: 103px;
	width: 998px;
}

#headerline 
{
	height: 4px;
	background: #23282C;
	border-bottom: solid 1px #919395;
	font-size: 0px;
}
#headerline2
{
	height: 3px;
	background: #B5B5B5;
	border-bottom: solid 1px #EBEBEB;
	border-bottom: solid 1px #D4D4D4;
	font-size: 0px;	
	width: 855px;
	position: relative;
	top: 73px;
}

#headerline3
{
	height: 3px;
	background: #B5B5B5;
	border-bottom: solid 1px #EBEBEB;
	border-bottom: solid 1px #D4D4D4;
	font-size: 0px;	
	width: 855px;
	position: relative;
}

#contentcontainer {
	width: 998px;
	/*margin-top: 142px;*/
	margin-top: -6px;
	position: relative;
}
#content 
{
	width: 855px;
}



#sponsors {
	width: 140px;
	position: relative;
	top: 0px;
	right: 0px;
}


#menu 
{
	position: absolute;
	top: 46px; left: 0px;
	width: 855px;
}

#footer 
{
	height: 105px;

	width: 998px;
}

#footercontent
{
	width: 855px;
	padding-top: 10px;
}


#logo 
{
	position: absolute;
	margin-top: 9px;
	right: 143px;
}

#language
{
	position: absolute;
	margin-top: 18px;
}