body {
	margin: 0px auto;
	width: 766px;
	background-color: #e9e9e9;
}
body * {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
}
.sam_layout {

}
div.middle {
	float: left;
	width: 760px;
	background: url('../images/fondo.png') repeat-y;
}
div.middle_menu {
	float: left;
	width: 155px;
	padding: 0px 5px 0px 15px;
}

/* i18n */
#i18n_layout {
	width: 740px;
	text-align: right;
	margin-top: 5px;
	padding-right: 20px;
}
/* logo */
#sam_layout1 {
	float: left;
	width: 760px;
	height: 340px;
	overflow: hidden;
/*	background-color: #44c60e;*/
}
/* menu section */
#sam_layout2 {
	float: left;
	width: 155px;
/*	height: 30px;*/
}
/* menu */
#sam_layout3 {
	float: left;
	width: 155px;
/*	height: 120px;*/
}
/* workarea */
#sam_layout4 {
	float: left;
	width: 560px;
/*	height: 80px;*/
}
/* footer */
#sam_layout5 {
	float: left;
	width: 760px;
	height: 55px;
	overflow: hidden;
	background: url('../images/footer.png') no-repeat;
}

div.top_border {
	float: left;
	width: 760px;
	height: 21px;
	background: url('../images/top_workarea.png') no-repeat;
}
div.bottom_border {
	float: left;
	width: 760px;
	height: 21px;
	background: url('../images/bottom_workarea.png') no-repeat;
}