/* =Global
------------------------------------------------------------------*/
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
div, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, li, dl, address, dt, dd, table, thead, tbody, th, tr, td, caption {
	margin: 0;
	padding: 0;
	float: none;
}
input, textarea {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-style: normal;
}
ol, ul, li {
	list-style-type: none;
}
body {
	color: #fff;
	background: #1b2734 url(./images/bg.png) repeat-x 0 0;
	font: 80%/180% Helvetica,Arial,sans-serif;
}
hr {
	clear: both;
	visibility: hidden;
}
.clear {
	clear: both;
}
.centered, p.centered {
	text-align: center;
}
.right {
	text-align: right;
}
img {
	border: 0;
}
a {
	text-decoration: none;
}
/* =Random
------------------------------------------------------------------*/
.hilite {
	color: #79899e;
}

/* =Layout
------------------------------------------------------------------*/
#d-main {
	background: transparent url(./images/bg-main.png) no-repeat 0 0;
	height: 450px;
}
#d-wrap1 {
	background: transparent url(./images/portrait.png) no-repeat 0 0;
	position: absolute;
	height: 450px;
}
#d-p1 {
	margin-left: 320px;
	width: 450px;
}
h1 {
	text-indent: -9999px;
	height: 190px;
	background: transparent url(./images/sr.png) no-repeat 0 90px;
}
#d-p1 h2 {
	text-indent: -9999px;
	height: 60px;
	background: transparent url(./images/op30.png) no-repeat 0 0;
}
#d-msg {
	margin-left: 10px;
	padding: 40px 0 0;
	color: #5f7690;
}
#d-msg p {

}
h3 {
	margin-left: 10px;
	color: #79899e;
	font-size: 100%;
	/*font-weight: bold; */
}
a:link, a:visited {
	color: #8293a8;
}
a:active, a:focus, a:hover {
	color: #9eaec3;
}
a.backlink:link, a.backlink:visited {
	color: #3f5672;
}
a.backlink:active, a.backlink:focus, a.backlink:hover {
	color: #4d6683;
}
a.arrowlink {
	padding: 0 0 0 13px;
	line-height: 30px; /* hack */
}
a.arrowlink:link, a.arrowlink:visited {
	background: transparent url(./images/arrow.png) no-repeat 0 48%;
}
a.arrowlink:active, a.arrowlink:focus, a.arrowlink:hover {
	background: transparent url(./images/arrow.png) no-repeat -600px 48%;
}
#d-wrap2 {
	background: transparent url(./images/portrait09.png) no-repeat 0 0;
	position: absolute;
	height: 450px;
}
#d-p2 {
	margin-left: 320px;
	width: 450px;
}
#d-p2 h2 {
	text-indent: -9999px;
	height: 150px;
	background: transparent url(./images/celebrate.png) no-repeat 0 90px;
}
#d-content {
	margin-left: 10px;
	color: #8399b3;
	width: 450px;
}
#d-foot {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #405164;
	padding: 0 1em 0.5em 0;
	font-size: 90%;
	line-height: 130%;
	text-align: right;
}