html {
	height:100%;
}
body {
	margin:0;
	padding:0;
	height:100%;
	background:url(../Images/main_bg_tile.jpg) repeat-y center top;
	background-color:#55b3f9;
}
.home_container {
	width:100%;
	height:100%;
	position:absolute;
	z-index:1;
}
.nav_center {
	position:absolute;
	z-index:2;
	width:100%;
	margin:0 auto;
	text-align:center;
}
.nav_container {

}
