@charset "utf-8";
/* CSS Document */

.divContainer {
	background:transparent;
	width:auto;
	height:auto;
	max-width:1000px;
	max-height:200px;
	margin-left:auto;
	margin-right:auto;
	margin-top:2em;
}

.divBordered {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:2em;
	border:medium;
	border-color:darkblue;
	border-radius:.5em;
	border-width:medium;
	background-color:#FFFa;
	border-style:solid;
	box-shadow:10px 10px #6664;
}