/* CSS Document */

/* Main DIV */
#centeredcontent {
	width: 800px;
	height: 636px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 25px;
	margin-left: -454px;
	/* Half the width of the DIV tag which is 50 pixels */
	
	} 
#buttonemail {
	position:absolute;
	width:78px;
	height:83px;
	z-index:1;
	left: 415px;
	top: 395px;
}
#buttoncontact {
	position:absolute;
	width:78px;
	height:83px;
	z-index:1;
	left: 415px;
	top: 473px;
}
