html{
	background-color: #0D4C92;
	text-align: center;
	font-family: 'AvalonRegular';
	height:100%;
}

#princ{
	background-color: white;
	text-align: center;
	top:0px;
    right: 0;   
    left: 0;
    margin: 0 auto;
	width: 1000px;
	height:100%;
	position: absolute;
}

#sitecont{
	background-color: white;
	display:table;
	margin: 0 auto;
	height:100%;
}

#middlediv{
	display:table-cell;
	vertical-align: middle;
}


#container {
	margin-top:150px;
	width: 1000px;
	position: relative;
}


@media only screen and (max-device-width: 750px){
	#container {
		margin-top:0px;
	}
}
