

body {
	font-family: roman, 'times new roman', times, serif;
	background-color: #333;
	color: #aaa;
	text-align: center;
	margin: 0px;
}


a {
	color: #666;
}

a:hover {
	text-shadow: 0px 0px 5px rgba(255,230,115,1);
}

#box {
	width: 90%;
	height: 82%;
	min-width: 400px;
	min-height: 400px;
	position: absolute;
	top: 7%;
	left: 5%;
	border: 1px solid #aaa;
	background-color: #eee;
	background-image: url(images/bg/cove-fog.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	box-shadow: 0px 6px 20px 8px rgba(0,0,0,0.4);
	border-radius: 6px;
	color: #222;
	text-shadow: 0px 0px 5px rgba(255,252,238,1);
}



/* Text Corral




html {
	background-color: #222;
}







	background-color: #9AB89A;



h1, h2, h3, h4, h5, h6, p,  {
	font-family: roman, 'times new roman', times, serif;
	color: #222;
}


*/