

body {
	padding:0px;
	margin-left:15px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	max-width:946px;
	width:946px;
	width:expression(document.body.clientWidth > 946px? "946px": "auto" );
	background-image:url('BackgroundGradient.png');
	background-repeat: repeat-x;
	background-color:#f4f4f2;
	color:#807a6c;
	
}

#wrap {
	margin:0;
	padding:0;
	
}

#content {
	max-width:540px;
	position:absolute;
	left:350px;
	top:350px;
	padding:20px;
	font-size:130%;
	color:#807a6c;
	clear:right;
	float:right;
}

div#preloaded-images {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}

.hiddenPic {display:none;}

