@charset "UTF-8";
/* CSS Document */
#layer {
	margin:200px 0 0 0;
	width:600px;
	border:10px solid #F2EFE9;
	padding:5px;
	background-color:#DBD1C3;
}
#layer_rules {
	margin:20px 0 0 0;
	width:600px;
	border:10px solid #F2EFE9;
	padding:5px;
	background-color:#DBD1C3;
}
#layer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #C00;
	padding: 40px 0 20px 0;
	text-transform: capitalize;
	text-align: center;
}
#layer h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#826230;
	padding: 40px 0;
	text-align: center;
	font-weight:normal;
}
#layer h6 a {
	color:#826230;
	text-decoration:underline;
}
#layer h6 a:hover {
	font-weight:bold;
}
.closeimg {
	float: right;
}
