body {
	background:url(../img/cover_resample.jpg) no-repeat bottom center fixed; 
	background-size:100%; 
	margin: 0 auto;
}

html {
     overflow: -moz-scrollbars-vertical;
     overflow: scroll;
}

.card_page {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	text-align:center;
	margin: 0 auto;
}

.card_page_img {
	max-width:100%;
	width:100%;
	height:auto;
}

#logo {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	margin:0 auto;
}

#logo img {
	width:100%;
	height:auto;
}

#shimmer {
	background:url(../img/shimmer.png) repeat-x bottom center fixed;
}

#logo {
	height:auto;
}

#header {
	top:300px;
}

#welcome {
	z-index:10;
	position:absolute;
	top:500px;
	left:200px;
	width:1000px;
}

#nav_bar {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:75px;
	text-align:center;
	background:url(../img/nav_bar_back_white.png) ;
	background-size:100% 80%;
	padding:10px 0px 10px 0px;
	cursor:pointer;
}

#nav_bar img{
	width:auto;
	height:50px;
}

.navbar-fixed {
    top: 0;
    z-index: 100;
    position: fixed;
    width: 100%;
}
