html, body {
	height: 100%;
}

body {
	background: #b8b8b8 url(../images/background.jpg) no-repeat; 
	background-color: #b8b8b8;
	color: #000;
	margin: 0 0 0 0; 
}

#header {
	position: relative;
	width: auto;
	background: transparent url(../images/logo.png) no-repeat 10px 5px;
	border: none;
	margin:0 0 0 0;
	clear: both;
	height: 125px;
	float: none;
}

#matrixindex
{
	font-family: Calibri, Arial;
	font-size: 14px;
	margin: 25px 0 0 0;
	padding-left: 25px;
	float:left;
	width:auto;
	line-height: 1.25em;
}

#matrixindex div
{
	float:left;
	width:30%;
	margin:0 3% 0 0;
	background: #fff;
	border: none;
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-border-radius: 10px;
  	border-radius: 10px;
	-webkit-border-radius: 10px;
	
	min-height: 650px; 
	height: auto !important; 
	height: 650px; 
	
}

#matrixindex div  p
{
	padding: 0 25px 0px 25px;
	color: #111;
}

#matrixindex div ul
{
	list-style-position: outside;
	margin-left: 25px;
	padding: 0 25px 0px 25px;
	color: #111;
}


* html #matrixindex div
{
	zoom:1;
	margin-right:0.9%;
}

#matrixindex div h2
{
	font-size:1.2em;
	font-weight:normal;
	margin:0 0 10px 0;
	/* color:#BF1F25;*/
	color: #fff;
	background-color: #fff;
	font-weight: bold;
	height: 60px;
	line-height: 60px;
	padding-left: 65px;
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	z-index: 50;
}

#matrixindex div h2#info {
		background: #414141 url(../images/info.png) no-repeat 5px 5px;
}
#matrixindex div h2#survey {
		background: #414141 url(../images/user.png) no-repeat 5px 5px;
}
#matrixindex div h2#reporting {
		background: #414141 url(../images/statistic.png) no-repeat 5px 5px;
}
#matrixindex div h2#system {
		background: #414141 url(../images/globe.png) no-repeat 5px 5px;
}

.clear {
	clear: both;
}

.center {
	text-align:center;
   display:block;
}


