/* THIS ABSOLUTELY CENTERS PAGE HORIZONTALLY AND VERTICALLY */

html {
	height: 100%;         /* required */
}

body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
	border: 0;
	height: 100%; 
}

div#abcenter1 { 
	margin-bottom: -281.5px; /* half of content height */
	background: black;      /* temporary - used to see div */
	width: 0px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */
}

div#abcenter2 {
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: 563px;         /* required - desired height */
	width: 970px;          /* required - desired width */
	allowtransparency: true;
	margin: 0 auto;       /* required */
	clear: left;          /* required */
}

/* ADDITIONAL STYLING */

div#preload { display: none; }

body{
   /* START 'SCALINGBACKGROUNDIMAGE' CODE code*/
	background: url('paper.jpg'); z-index:-1;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
   /* END 'SCALINGBACKGROUNDIMAGE' CODE */
	background-color: #333333;
	border-style: none;
	overflow: auto;
}

iframe {
width: 100%;
allowtransparency: true;
background: transparent;
border:0px none transparent !important;
}

#menu{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 227px;
	height: 563px;
	border-width: 0px;
	background-color: #333333;
	allowtransparency: true;
	background: transparent;
	background-image: url('menubackground.png');
	z-index:999;
	overflow:hidden;
}

#stage{
	position: relative;
	top: 0px;
	left: 237px; /*Set left value to WidthOfFrameDiv*/
	right: 10px;
	width: 735px;
	height: 563px;
	border-width: 0px;
	background-color: #333333;
	allowtransparency: true;
	background: transparent;
	background-image: url('stagebackgroundFANCY.png');
	overflow: hidden;
}
