html {
	background-color: #F0F8FF;
	z-index: -1;
}

.Top {
	position: relative;
	left: 0px;
	right: 0px;
	top: 30px;
	height: 100px;
	text-align: center;
	font-size: 30px;
}

.Middle {
	position: relative;
	left: 0px;
	right: 0px;
	top: 0px;
	height: 100px;
	text-align: center;
	font-size: 40px;
}

.Bottom {
	position: relative;
	left: 0px;
	right: 0px;
	top: 0px;
	height: 250px;
	text-align: center;
	font-size: 32px;
}

button{
	position: relative;
	left: 0px;
	right: 0px;
	top: 0px;
	width: 100%;
	height: 110px;
	text-align: center;
}

.B1 {
	-moz-box-shadow:inset 19px 12px 25px 1px #23395e;
	-webkit-box-shadow:inset 19px 12px 25px 1px #23395e;
	box-shadow:inset 19px 12px 25px 1px #23395e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2e466e), color-stop(1, #415989));
	background:-moz-linear-gradient(top, #2e466e 5%, #415989 100%);
	background:-webkit-linear-gradient(top, #2e466e 5%, #415989 100%);
	background:-o-linear-gradient(top, #2e466e 5%, #415989 100%);
	background:-ms-linear-gradient(top, #2e466e 5%, #415989 100%);
	background:linear-gradient(to bottom, #2e466e 5%, #415989 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e466e', endColorstr='#415989',GradientType=0);
	background-color:#2e466e;
	-moz-border-radius:31px;
	-webkit-border-radius:31px;
	border-radius:31px;
	border:4px solid #1f2f47;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:28px;
	padding:12px 73px;
	text-decoration:none;
	text-shadow:5px 5px 2px #263666;
}
.B1:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #415989), color-stop(1, #2e466e));
	background:-moz-linear-gradient(top, #415989 5%, #2e466e 100%);
	background:-webkit-linear-gradient(top, #415989 5%, #2e466e 100%);
	background:-o-linear-gradient(top, #415989 5%, #2e466e 100%);
	background:-ms-linear-gradient(top, #415989 5%, #2e466e 100%);
	background:linear-gradient(to bottom, #415989 5%, #2e466e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#415989', endColorstr='#2e466e',GradientType=0);
	background-color:#415989;
}
.B1:active {
	position:relative;
	top:1px;
}

.GA {
	position: relative;
	float: left;
	font-size: 12px;
	margin: auto;
	width: 48%;
}
