/*  
	============================================================
	 DEFAULT.HTML STYLES
	============================================================
	 This file contains only the CSS for the default page which 
	 contains a single iframe for the centering script.
	
	 This file also contains the contour classes of the center
	 iframe.
	============================================================	
*/

#centeringdiv {
	position: relative;
}
.centeringdivclass {
	background: #FFF url(images/centered_background.jpg) no-repeat;
	padding: 17px;
	width: 1016px; /*1050*/
	height: 702px; /*736*/
}
.centeringframefullscreen {
	width: 1014px; /*1016*/
	height: 700px; /*702*/
	overflow-x: none;
	overflow-y: none;
	padding: 1px;
}
.centeringframesmallscreen {
	width: 1014px; /*1016*/
	height: 700px; /*702*/
	overflow-x: none;
	overflow-y: none;
	padding: 0;
}