@charset "utf-8";
/* CSS Document */

/**sticky footer style start**/
* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -18px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 18px; /* .push must be the same height as .footer */
}
/**sticky footer style start**/



body {
	/*margin:0;
	padding:0;*/
	background-color:#333333;
	font-size:11px;
}

.angel_supporter_line {
	font: bold 11px Arial, Helvetica, sans-serif;
	color:#666666;
}

.angel_supporter_line a:link {
	color:#666666;
	text-decoration:none;	
}

.angel_supporter_line a:visited {
	color:#666666;
	text-decoration:none;	
}

.angel_supporter_line a:hover {
	color:#ffffff;
	text-decoration:none;	
}

.angel_supporter_line a:active {
	color:#666666;
	text-decoration:none;	
}


.footer_links {
	font: normal 10px Verdana, Arial, sans-serif;
	color:#666;	
}

.footer_links a:link {
	color:#666666;
	font: bold 10px Verdana, Arial, sans-serif;
	text-decoration:underline;
}

.footer_links a:visited {
	color:#666666;
	font: bold 10px Verdana, Arial, sans-serif;
	text-decoration:underline;
}

.footer_links a:hover {
	color:#666666;
	font: bold 10px Verdana, Arial, sans-serif;
	text-decoration: none;	
}

.footer_links a:active {
	color:#666666;
	font: bold 10px Verdana, Arial, sans-serif;
	text-decoration:underline;
}

#angel_supporter_bg {
	display:block;
	width:700px;
	height:422px;
	overflow:hidden;
	background:url('../images/angel_supporter_bg.jpg') no-repeat center;
}

.angel_suppoter_text {
	font: normal 12px/17px Arial, Helvetica, sans-serif;
	color:#e8e2d0;
	letter-spacing:1px;
}

.angel_suppoter_text span {
	color:#eab600;
}

