@charset "utf-8";
/* CSS Document */

html{
	height:100%;	
}
body{
	margin: 0px;
	height:100%;
}
#page{
	position:relative;
	width: 960px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	clear:both;
}
#divMenuPattern{
	position:absolute;
	width:100%;
	height:88px;
	background-image:url(/img/menu-pattern.png);
	background-position:top left;
	background-repeat:repeat-x;	
	text-align:center;
	z-index:20;	
}
#divMenu{
	position:relative;
	height:68px;
	clear:both;	
	width:960px;
	margin:0 auto 0 auto;
}
#divInvisibleLink{
	position:absolute;
	z-index:100;
	right:0;
	top:55px;
	width:321px;
	height:34px;
}
#divInformationPanel{
	position:absolute;
	width:960px;
	height:188px;
	top:-212px;
	background-image:url(/img/panel-information.png);
	background-position:top left;
	background-repeat:no-repeat;
	z-index:10;
}
#InfoPanelUpDown{
	position:absolute;
	bottom:7px;
	left:650px;
	z-index:5;
}
#divHeading{
	position:relative;
	width: 960px;
	height:298px;
	clear:both;
}
#divHeadingLogo{
	position:absolute;
	width: 785px;
	height:230px;
	top:75px;
	left:-145px;
}
#divHeadingPayoff{
	position:absolute;
	top:243px;
	left:0px;
	z-index:2;
}
#divHeadingProof{
	position:absolute;
	bottom:30px;
	left:490px;
	z-index:3;
	width:395px;
	height:106px;
	padding-left:75px;
	padding-top: 9px;
}
#meerInfo{
	position:absolute;
	right:0;
	bottom:-25px;
}
#divContent{
	position:relative;
	width:960px;
	clear:both;
}
#layout_content{
	position:relative;
	width:960px;
	clear:both;
}
#layout_breadcrumbs{
	position:relative;
	width:960px;
	clear:both;
}
#divHomepagePods{
	position:relative;
	float:left;
	width:960px;		
	top:0;
	left:0;
	clear:both;
}
#divPodTwitter{
	float:left;
	width: 300px;
	margin-right:30px;
}
#divTweet{	
	position:absolute;
	top:205px;
	left:20px;
	width: 250px;
	height:90px;
	overflow:visible;
	color: #666666 !important;
	font-weight:bold;
}
#divPodLatest{
	float:left;
	width:300px;
}
#divPodDemo{
	float:left;
	width: 300px;
	margin-left:30px;	
}
#divNews{
	background-image:url(/img/twitterbox.png);
	background-position:0 0;
	background-repeat:no-repeat;
	height:85px;
	width:875px;
}
#divTwitterLink{
	position:absolute;
	left:15px;
	top:90px;
}