body {
	background: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}
#container {
	width: 454px;
	height: 250px;
	margin-top: 50px;
	border: 1px solid #CCC;
	background-color: #369;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	/*hide from IE Mac\*/
	position:absolute;
	left:50%;
	margin-left: -228px;
	/*end hide*/
}
img {
	border-bottom: 1px solid #CCC;
}
p {
	margin-top: -5px;
	padding: 0;
}
.blk {
	color: #000;
}
/*I think this is a code...p:first-letter { color: #000; font-size: 200px; }*/
