html, body{
	margin:0;
	padding:0;
}

body{
	margin: 20px;
	text-align: center;
	padding: 0;
	background-image: url(../images/background.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #305c8e;
}

p{margin:0 10px 10px}

div#header {
	height: 105px;
	margin: 0;
	padding: 0;
	background: #EEE;
	color: #79B30B;
}

div#container{
	text-align: left;
}
div#content p{
	line-height: 1.4
}
div#servicebar {
	height: 21px;
	background-image: url(../images/iq-institut_service-background.png);
	background-repeat: no-repeat;
	background-color: #ed1c24;
	width: 751px;
	color: #fff;
	border: 0px none;
	margin: 0px 0 0 0;
	text-align: right;
	padding: 8px 9px 0 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: middle;
}

div#container{
	width:760px;
	margin:0 auto;
	background-image:url(../images/iq-institut_wrapper-background.png);
}
div#content {
	float: right;
	width: 528px;
	background-image: url(../images/iq-institut_content-background.png);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 13px 8px 5px 10px;
}
div#navigation{
	background-image: url(../images/iq-institut_menu-background.png);
	background-position: top left;
	background-repeat: no-repeat;
	float:left;
	width:211px;
}
div#extra{
	float: left;
	clear: left;
	width: 211px;
}
div#footer{
	padding: 20px 0 0 0;
	clear:both;
	width: 760px;
	background-image:url(../images/iq-institut_footer-background.png);
	height:29px;
}
