@charset "utf-8";
/* CSS Document */

html, body {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	width: 100%;
	
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(226,250,185,1.00) 99.53%);
	min-height: 100%;
}
a:link {
	color: #4F4F4F;
	text-decoration: none;
}
a {
  background: transparent;
	}
a:hover {
	color: #0190C3;
	text-decoration: none;
}
/*#container {
	left: 0;
	right: -15px;
	bottom: 0;
	padding-right: 0px;
	overflow-y: auto;
	top: 0%;
	min-width: 320px;
		}
*/

#central {
	z-index: 20;
	margin-left: auto;
	width: 689px;
	position: static;
	margin-top: 10px;
	margin-right: auto;
	text-align: center;
	margin-bottom: 44px;
        }
