@charset "utf-8";
/* CSS Document */

body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, cursive;
}

.content {
	text-align: center;
}

.btn {
	background: #22638f;
	background-image: -webkit-linear-gradient(top, #22638f, #15415c);
	background-image: -moz-linear-gradient(top, #22638f, #15415c);
	background-image: -ms-linear-gradient(top, #22638f, #15415c);
	background-image: -o-linear-gradient(top, #22638f, #15415c);
	background-image: linear-gradient(to bottom, #22638f, #15415c);
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	font-family: Arial;
	color: #ffffff;
	font-size: 20px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
}

.btn:hover {
	background: #3191cc;
	background-image: -webkit-linear-gradient(top, #3191cc, #2871a1);
	background-image: -moz-linear-gradient(top, #3191cc, #2871a1);
	background-image: -ms-linear-gradient(top, #3191cc, #2871a1);
	background-image: -o-linear-gradient(top, #3191cc, #2871a1);
	background-image: linear-gradient(to bottom, #3191cc, #2871a1);
	text-decoration: none;
}
