/* CSS Document */

body {
	font-family: "Stylus BT";
	color: #FFFFFF;
}

div.container {
	position: relative;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	top:0px;
	height: 41px;
}


div.left {
	background-image: url(images/uc_01.jpg);
	position: absolute;
	height: 700px;
	width: 126px;
	left: 0px;
	top: 0px;
} 
div.top {
	background-image: url(images/uc_02.jpg);
	position: absolute;
	height: 163px;
	width: 774px;
	left: 126px;
	top: 0px;
}
div.clientlogo {
	background-image: url(images/.jpg);
	position: absolute;
	height: 250px;
	width: 370px;
	left: 126px;
	top: 163px;
}
div.text {
	background-image: url(images/uc_05.jpg);
	position: absolute;
	height: 200px;
	width: 370px;
	left: 126px;
	top: 413px;
}
div.mitusalogo {

	position: absolute;
	height: 200px;
	width: 404px;
	left: 496px;
	top: 413px;
}
div.stickynote {
	background-image: url(images/uc_04.jpg);
	position: absolute;
	height: 250px;
	width: 404px;
	left: 496px;
	top: 163px;
}
div.bottom {
	background-image: url(images/uc_07.jpg);
	position: absolute;
	height: 87px;
	width: 774px;
	left: 126px;
	top: 613px;
}

