html, body {
    height: 100%;
	margin: 0;
	padding: 0;
}
body {
    font-size: 100.01%;
    padding: 0px;
    text-align: center;
    position:relative;
	background: #fff url(logo.jpg) no-repeat;
	background-position: center;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 1.3em;
	text-align:center;
	margin-top:0px;
}
#all {
	background: #fff url(../images/angel_hdr.jpg) no-repeat;
	background-position: bottom;
    margin: 0 auto;
    max-width:800px;
	height:auto;
    padding: 0px;
    text-align: left;
	color: #333;
	border:solid 0px #ddd !important ;
	margin: 0 auto;
	width: 800px;
	text-align:left;
}
a:link,
a:visited {
	font-family:Arial;
	color:#336699;
	text-decoration: none;
	font-weight: normal;
}

a:hover,
a:active,
a:focus {
	font-family:Arial;
	color:#ff6c12;
	text-decoration: underline;
	font-weight:normal;
}