#page {
	background: #00070d;
}

input.submit:hover {
	background-image: -moz-linear-gradient(center top, #ff8202, #FF9900);
	background-image: -webkit-linear-gradient(top, #ff8202, #FF9900);
}

input.submit {
	background-image: -moz-linear-gradient(center top, #ff8202, #FF9900);
	background-image: -webkit-linear-gradient(top, #ff8202, #FF9900);
}

.logo {
	width: 599px;
}

#h1 {
    margin-bottom: 0;
}