#main {
	margin: auto;
}
#topbanner {
	height: auto;
	width: auto;
}
div#preload { display: none; }
#center {
	margin: auto;
	height: auto;
	width: 800px;
	text-align: center;
	border: 3px none #000;
	background-color: #FFF;
}
#center2 {
	margin: auto;
	height: auto;
	width: 800px;
	text-align: center;
	border: 3px none #000;
        background-color: #ccc;
}
#buttons {
	background-color: #FFF;
	margin: auto;
	height: auto;
	width: 800px;
	border: 4px none #000;
}
#titlens {
	font-size: 36px;
	font-weight: bolder;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	font-family: "Arial Black";
}
#nstitles {
	font-size: 36px;
	text-decoration: underline;
	font-weight: bolder;
}
