body{
	background-color: #ed1414;
}

#border {
	display: inline-block;
	position: absolute;
	padding: 20px;
	top: 20px;
	bottom: 20px;
	right: 20px;
	left: 20px;
	width: auto;
	height: auto;
	min-height: 300px;
	background-color: #e66a6a;
	border: 3px double #980202;
	border: 12px;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #feffff;
	text-align: center;
}
