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

html, body {
	height: 100%;
	margin: 0;
	background-color: #185760;
}

#container {
	float: left;
	width: 1px; height: 50%;
	margin-bottom: -12em;
}

#box {
	clear: left;
	position: relative;
	margin: 0 auto;
	width: 416px; height: 380px;
	background: #185760;
}

#content {
	clear: left;
	position: relative;
	margin: 0 auto;
	width: 416px; height: 60px;
	
	text-align:center;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif; color:#f1dbad;
	
	}
