﻿
/* standards for the site */

body { background-color:#99CCCC; }

#loginDialog {
	top: 17%;
	left: 50%;
	margin-left: -300px;
	width: 310px;
	height: 185px;
}

#debugPane {
	position: absolute; bottom: 20px;
}


