@charset "utf-8";



img.bg
{
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	
	/* Set up positioning */
	position: fixed;
	bottom: 0;
	left: 0;
}

#whiteBorder
{
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	margin:auto;
	border:13px solid white;
}



#header
{
	z-index:1000;
	color:#000;
	position:relative;
	text-align:center;
	padding-top:43px;
	background:none;
	margin:0;
}

