/* CSS Document */

body{
	margin: 0px;
	background-color: #002984;
	/*background-image: url(../images/bg.gif);*/
	/*background-repeat: repeat-y;*/
	/*background-position: center;*/
}

#wrapper{
	
}
#nav_con {
	z-index:5;
	position:absolute;
	width:100%;
	height:150px;
}
#resize_ui {
	z-index:6;
	top:150px;
	position:absolute;
	width:100%;
	height:852px;
	visibility:hidden;
}

#container_con {
	z-index:1;
	position:absolute;
	top:150px;
	width:100%;
}
#hide_con {
	z-index:2;
	position:absolute;
	top:750px;
	width:100%;
}

.demo_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	height: 600px;
	width: 100%;
}
