/* CSS Document */

body {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #7A8899;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
	overflow: hidden;
}
/* styles for IE 5 Mac */
 .wrapper {
        background: transparent;
        position: absolute;
        top: 50px;
		width: 100%;
 }
 
 /* following rules are invisible to IE 5 \*/
.wrapper {
	background: transparent;
	text-align: center;
	position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    margin-top: -300px;
    text-align: center;
    min-width: 900px; 
}
/* end IE 5 hack */ 
#container {
	background-color: #CCCCCC;
	position: relative;
	width: 900px;
	height: 600px;
	z-index: 2;
	text-align: left;
	margin: 0px auto;
	overflow: visible;
}
#navs {
	display: none;
}
