/* CSS Document */
body {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #878787;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	background-color: #E1E2E2;
	overflow: hidden;
}




/* styles for IE 5 Mac */
 .wrapper {
        background-color: #FFFFFF;
        position: absolute;
        top: 50px;
		width: 100%;
 }
 
 /* following rules are invisible to IE 5 \*/
.wrapper {
	background-color: #FFFFFF;
	text-align: center;
	position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    margin-top: -250px;
    text-align: center;
    min-width: 875px; 
}
/* end IE 5 hack */ 
#container {
	background-color: #FFFFFF;
	position: relative;
	width: 875px;
	height: 500px;
	z-index: 1;
	text-align: left;
    margin: 0px auto;
    overflow: visible;
}
#flash-nav {
	margin: 0px;
	padding: 0px;
	height: 500px;
	width: 377px;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	visibility: visible;
}
#content {
	overflow: hidden;
	position: absolute;
	z-index: 2;
	height: 500px;
	width: 498px;
	left: 377px;
	top: 0px;
	background-color: #FFFFFF;
}
#mgtintro {
	margin: 0px;
	padding: 0px;
	height: 500px;
	width: 873px;
	overflow: hidden;
	position: absolute;
	z-index: 7;
	left: 0px;
	top: 0px;
	visibility: visible;
}
