﻿div.centerPage {
	text-align: center;
}

div.centerPage table {
	margin: 0 auto; 
	text-align: left;
}

div.bannerPosition {
	position: absolute;
	top:0;
	background-color: transparent;
	z-index: 2;
	display: none;
}

div.picwrapper {
	position:relative; width:100%;
}

html, body, form {
	width: 100%; height: 100%;
	padding: 0; margin: 0;
}
#fullscreen-background-image {
	position: fixed;
	top: 0; left: 0;
	z-index: -9999;
	width: 100%; height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#fullscreen-background-image-ie {
	position: absolute; 
	top: 0; left: 0; 
	z-index: 0;
}
.background-image-fullwidth { width: 100%; }
.background-image-fullheight { height: 100%; }

.wrapper-ie {
	position: relative;
	top: 0; left: 0;
	z-index: 1;
	width: 100%; height: 100%;
	overflow-y: scroll;
	background-image: url(../images/1x1pix_trans.gif);
}