/* CSS Document */

/* Content */
#container {
	padding: 0;
	margin: 0;
	background: #7DC0ED;
	height: 400px;
	width: 750px;
	border-top: 1px solid #7DC0ED;
}

/* Content */
#content {
	float: center;
	margin-top: 125px;
	background: no-repeat;
	border: 0;
}

#content p, h1 {
	font-family: verdana, arial, sans-serif;
	color: #FFFFFF;
	margin: 0;
	font-size: 12pt;
	text-align: center;
}
#content h1 {
	font-size: 18pt;
	font-style: normal;
}
