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

#container {
	width: 700px;
	height: 444px;
	border: 3px solid #5683BC;
	border-radius: 10px;
	-moz-border-radius: 10px;
	margin: 25px auto 25px auto;
	padding-bottom: 25px;
}

#logo {
	width: 465px;
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
}
#logo img {
	max-height: 170px;
}

#content {
	width: 610px;
	margin-left: auto;
	margin-right: auto;
}

#content p {
	font-size: 20px;
	font-family: Verdana, "Bitstream Vera Sans", Geneva, Tahoma, sans-serif;

}

#button {
	height: 80px;
	width: 215px;
	margin-left: auto;
	margin-right: auto;
}

#button a {
	height: 80px;
	width: 215px;
	background-image: url(../images/Button.png);	
	display: block;
}

#button a:hover {
	background-image: url(../images/Button-hover.png);
	cursor: pointer;
}