body {

	width:100%;
	height:100%;
	background:#545454;
	font-family:arial;
	padding:0px;margin:0px;
}

#centeredcontent {
	width: 760px;
	text-align: left;
	background-color:#FFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -380px; 
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -176px; 
	/* Half the height of the DIV tag which is also 50 pixels */
	padding:0px;
	background-image:url("/images/cornerstone-b.jpg");
	background-repeat:repeat-x;
	background-position:bottom;
}


#leftcontent {
	width:443px;
	float:left;
	padding:0px;
	color:#000;
	text-align:center;
	background-image:url("/images/cornerstone-bl.jpg");
	background-repeat:no-repeat;
	background-position:left bottom;	

}

#rightcontent {
	width:317px;
	float:right;
	background-image:url("/images/cornerstone-tr.jpg");
	background-repeat:no-repeat;
	background-position: top right;		
	padding-top:30px;
	color:#000;
	text-align:center;

}


#info {
	height:150px;
	font-size:11px;
	text-align:left;
	overflow:auto;
	padding:9px;
}

#infoR {
	height:150px;
	font-size:13px;
	text-align:left;
	overflow:auto;
	padding:9px;
}

#linkimage {
	display:none;
	width: 150px;
	height: 150px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -125px; 
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -75px; 
	/* Half the height of the DIV tag which is also 50 pixels */
	padding:0px;
}

#footer {
	position:absolute;
	font-size:11px;
	color:#FFF;
	bottom:9px;
	width:100%;
	text-align:center;
	margin:auto;
}

#footer a:link{color:#FFF;}
#footer a:visited{color:#FFF;}
#footer a:hover{color:#FF0;}

.hiddenPic {display:none;}