body {
	background: #000;
	color: #999;
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	}
	
.divider {behavior: url(iepngfix.htc);}
	
a:link, a:visited {color: #52644e; text-decoration: none;}
a:hover, a:active {color: #52644e; text-decoration: underline;}
	
p {padding: 0 15px;}
.green {color: #52644e;}

.centered_div {
	width: 450px;
	height: 450px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -225px;
	margin-top: -225px;
}

.centered-div-two {
	width: 600px;
	height: 450px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -300px;
	margin-top: -225px;
}

.centered-div-three {
	width: 600px;
	position: absolute;
	left: 50%;
	margin: 50px 0 100px -300px;
}

.center {text-align: center;}
.line {border-bottom: 1px dotted #52644e; width: 427px; margin-left: 20px;}