html, body{
	height:100%;
	width:100%;
	overflow:hidden;
	margin:0px;
	padding:0px;
	border-width:0px;
	background-color:rgb(0,51,153);
	color:rgb(191,155,43);
	text-align:center; }

.index h1{ font-size:28px; padding:15px 0px 0px 0px; }
.index h3{ font-size:16px; padding:10px 0px 0px 0px; }
.index img{ border:none; width:200px; }
