#homelogo {
 position: absolute;
 left: 20px;
 bottom: 130px;
}


#home #topleft {
	position: absolute;
	top: 0;
	left: 0;
	height: 240px;
	width: 450px;
	background: transparent url('../images/en/canopy-tl.gif') top left no-repeat;
}

#home #topright {
	height: 100px;
	width: 150px;
	background: transparent url('../images/en/canopy-tr.gif') top right no-repeat;
}

#home #right {
	position: absolute;
	top: 70%;
	right: 0;
	height: 100px;
	width: 200px;
	background: transparent url('../images/en/canopy-r.gif') top right no-repeat;
 
}

/**************************** MAIN FRAME CLASSES */

#home #main {
 position: absolute;
 right: 50px;
 top: 40px;
 
 width: 40%;
 padding: 0;
}

#home #main div.portlet {
 width: 18em;
 margin: 0em;
 padding: 0.5em;
 font-size: 1em;
}

#home #main div h2 {
 margin: 0 0 0.5em 0;
 text-align: left;
}

#home #menu {
	position: absolute;
	top: -20px;
	right: 220px;
}
