@charset "UTF-8";
/* CSS Document */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-align: center;
	margin: 5px auto;
}

/* Predefined HTML tag styling */
body {
	background: #9e7856 url(images/body-bg.gif) repeat-x;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #a27473;
}
a:hover {
	text-decoration: underline;
	color: #a27473;
}


/* Site component div IDs */

div#title {
	position: absolute;
	top: 55px;
	float: center;
	text-align: center;
	width: 100%;
}

div#contain {
	position: absolute;
	width: 100%;
	top: 172px;
}
div#celia {
	float: left;
	text-align: center;
	width: 50%;
}
div#mark {
	float: right;
	text-align: center;
	width: 50%;
}
div#text {
	position: absolute;
	top: 500px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
	div#text p {
		text-align: center;
		font-size: 12px;
		line-height: 16px;
	}