/* layout_home.css */
#backgroundImage {
	position:absolute;
	top:55px;
	left:84px;
	width:732px;
	height:516px;
	background:url(images/background_image.jpg) no-repeat;	
}

#aux{
	position:absolute;
	top:95px;
	left:218px;	
	width:243px;
}

#auxTop{
	width:243px;
	height:21px;
	overflow:hidden;
	background:url(images/auxbackground_top.png) no-repeat;
}
#auxMiddle{
	background:url(images/auxbackground_middle.png) repeat-y;
}
#auxContent{
	margin:0px 25px 0px 17px;
	padding-bottom:10px;
}
#auxBottom{
	width:243px;
	height:9px;
	overflow:hidden;
	background:url(images/auxbackground_bottom.png) no-repeat;
}

#main{
	position:absolute;
	top:95px;
	left:477px;	
	width:502px;
}
#mainTop{
	height:9px;
	overflow:hidden;
	background:url(images/mainbackground_top.png) no-repeat;
}
#mainMiddle{
	background:url(images/mainbackground_middle.png) repeat-y;
}
#content{
	margin:0px 20px 0px 17px;
	padding-top:7px;
}
#mainBottom{
	height:26px;
	overflow:hidden;
	background:url(images/mainbackground_bottom.png) no-repeat;
}