html, body {
	background-image:url(/images/bgPage.jpg);
	background-repeat:repeat-x;
	background-color:#EAE9E6;
	padding:0px;
	margin:0px;
	height:100%;
	width:100%;
}
#bigImage{
	position:absolute;
	height:145px;
	width:262px;
	/*background-image:url(/images/picSection.jpg);
	background-repeat:no-repeat;
	background-position:right;*/
	left:-131px;
	top:0px;
}
#dummy{
	position:relative;
}
-->