/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;	
	padding-right: 0px;
	margin-bottom: 5px;
	margin-top: 35px;
	text-align:center;
}
#container {	
	height:779px;
	color: #FFFFFF;
	position:relative;
	text-align:left;
}
#left{
	width:359px;
	float:left;
}
#right{
	width:420px;
	float:right;
}

#img1{
	position:absolute;
	left:102px;
	top:0px;
	background-image:url(images/suite_02.jpg);
	background-repeat:no-repeat;
	width:257px;
	height:77px;
}
#img2{
	position:absolute;
	left:0px;
	top:77px;
	background-image:url(images/suite_04.jpg);
	background-repeat:no-repeat;
	width:102px;
	height:64px;
}
#img3{
	position:absolute;
	left:102px;
	top:77px;
	background-image:url(images/suite_05.jpg);
	background-repeat:no-repeat;
	width:257px;
	height:64px;
}
#img4{
	position:absolute;
	left:0px;
	top:141px;
	background-image:url(images/suite_07.jpg);
	background-repeat:no-repeat;
	width:102px;
	height:229px;
}
#img5{
	position:absolute;
	left:102px;
	top:141px;
	background-image:url(images/suite_08.jpg);
	background-repeat:no-repeat;
	width:257px;
	height:277px;
}
.link,#texto{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #666666;
	text-decoration: none;
}
#header{
	background-image:url(images/suite_06.jpg);
	background-repeat:no-repeat;
	width:330px;
	height:40px;
	position:absolute;
	left:365;
	top:100px;	
}
#texto{
	width:300px;
	padding-top:5px;
	position:absolute;
	left:370;
	top:141px;
	width:360px;
	text-align:left;
}


