*{
	padding: 0;
	margin: 0;
	border:0pt none;
}

html, body {
	text-align:center;
	margin:0; /* to center align */
	margin-left: auto; /* to center align */
	margin-right: auto; /* to center align */
	width:966px;
	height:100%; /*Required*/
}

#contentor {
	position: relative;
	min-height:100%; /*Required*/
}
#top {
	height:100px;
}

#main {
	padding-bottom:55px; /*Required, Height of the footer */
}
#footer {
	position:relative;
	margin-top:-55px; /* negative value of footer height */
	width:100%;
	height:55px; /*Required, Height of the footer */
}
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

#imageEN {
	position: absolute;
	right:370px;
}
#imagePT {
	position: absolute;
	left:370px;
}
