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

body {
	margin: 0;
	top: 0;
}

#logo {
	height: 150px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center center;
}
#form {
	height: auto;
	width: 650px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	border: 6px solid #09C;
	box-shadow: 4px 5px 10px #900;
}
