body {
	background-color: #6600FF;	
}

#border {
	display: inline-block;
	position: absolute;
	top: 20px;
	bottom: 20px;
	right: 20px;
	left: 20px;
	padding: 20px;
	width: auto;
	height: auto;
	min-height: 300px;
	background-color: #fa58fe;
	border: 5px double #f8ff3e;
	border-radius: 10px;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: rgb(140, 252, 252);
	text-align: center;
}