/* =================================== */
/*                                     */
/*   CSS Document for maeonia.com      */
/*          Last edited by:            */
/*       Maeonia @ maeonia.com         */
/*                                     */
/* =================================== */
/* 
purple: 451B34
orange: B8832A
green: 7C8017
teal: 225C5C
blue: 3D3D4E
*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: url('images/bg.png') repeat top left scroll #333333;
	margin: 0;
	padding: 0;
	color: #3D3D4E;
}
a, a:visited, a:active {
	color: #225C5C;
	text-decoration: none;
}
a:hover {
	color: #7C8017;
	text-decoration: underline;
}
img {
	border: none;
}
td {
	border: none;
}
span {
	color: #FFFF99;
}
hr {
	width: 90%;
}
h1 {
	font-size: 16px;
	color: #451B34;
	font-weight: bold;
	padding-left: 20px;
}
h2 {
	font-size: 13px;
}
h3 {
	font-size: 12px;
}
/* ============================================ MAIN ============*/
#container {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
#main {
	background: url('images/main.png') no-repeat center center scroll;
	width: 900px;
	min-height: 500px;
	margin-left: auto;
	margin-right: auto;
}
#content {
	padding: 50px;
}

#footer {
	background: url('images/footer.png') no-repeat center top scroll;
	width: 900px;
	min-height: 50px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1px;
	padding-right: 20px;
	text-align: right;
}