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

body {
	background: #4A4A4A;
	padding:1em;
}

.container {
	background: #0C00A8;
	color: white;
	border-radius: 1em;
	padding: 1em;
	padding-bottom:2em;
	max-width:1500px;
	margin:auto;
	margin-top:3em;
	box-shadow: 0px 0px 50px #FFF731;
	text-align:center;
}

h1 {
	text-align:center;
	color: #fff;
	text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 6px 0px #444, 0px 7px 0px #333, 0px 8px 7px #001135;
	font-size: 80px;
	font-family: Arial;
	font-weight:bold;
}

p{
	font-family:Arial;
}

a:link{
        color: #FFF731;
}


a:visited{
	color: #FFF731;
}

a:hover{
        color: #FFF731;
}

a:active{
        color: #FFF731;
}



form {

	font-family:Arial;
}

li {
	font-family:Arial;
}

input.submit {
	-webkit-transition: all 0s ease-out;
	-moz-transition: all 0s ease-out;
	-o-transition: all 0s ease-out;
	-ms-transition: all 0s ease-out;
	transition: all 0s ease-out;
	height: 35px;
	display: block;
	font-family: Arial;
	font-weight:bold;
	font-size: 14px;
	color: #0C00A8;
	text-decoration: none;
	text-align: center;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.4);
	padding: 4px 20px 0;
	margin: 10px auto;
	position: relative;
	cursor: pointer;
	border: none;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

input.submit {
	background: #FFF731;

	webkit-box-shadow: 0px 5px 0px 0px #A8A000;
	box-shadow: 0px 5px 0px 0px #A8A000;
}
