/* GLOBALS */

html {
	width:100%;
	height:100%;
	min-width:950px;
}

body {
	width:100%;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:black;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position:center center;
	background-repeat: repeat-x;
	overflow:hidden;
}

img {
	border:0;
}

.imgBorder2 {
	border-width:1px;
	border-style:solid;
	border-color:#999999;
	padding:1px;
}

.centeredContent {
	width:600px;
	height: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -300px;
	margin-top: -85px;
}

.centeredContentData {
	position:relative;
	padding:1px;
	text-align:center;
}