body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
	background-color: #5C0002;
	background-position: center center;
	width: 560px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	height: auto;
	position: static;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFF00;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	padding: 2px;
}
a:hover {
	color: #FF0000;
}
#area {
	width: 560px;
	margin: 5px;
	padding: 5px;
	text-align: center;
	display: block;
}
.layout {
	width: 100%;
	border: 1px dotted #FFFFFF;
}

