/* @override http://localhost:8888/TimeToSend/main.css */
body{
	text-align: center;
}
div#content{
	margin: -30% 0 0 -180px;
	display: block;
	width: 360px;
	height: 210px;
	background: #000;
	padding: 8px 15px 8px 25px;
	text-align: left;
	position: absolute;
	top: 50%;
	left: 50%;
}
p{
	font: italic 18px/1.33em Georgia, "Times New Roman", Times, serif;
	color: #fff;
}
a{
	color: #fff;
	display: block;
	margin-top: 20px;
	text-decoration: none;
}