/* CSS Document */
body {
	text-align:center; 
	margin-top: 125px;
	font: 12px Arial, Helvetica, sans-serif; 
	font-size: 14px;
	color: #d93920;
}

div#container {
	position:relative;
	text-align: center;
	width:550px;
	*width: 550px;
	height:100%;
	clear:both;
	overflow:hidden;

}

div#text {
	float: right;
	text-align: left;
	line-height: 17px;
	margin: 35px 40px 0 0;
}

div#text a{
	text-decoration: none;
	color: #d93920;
}

div#text a:hover {
	text-decoration: none;
	color: #8cc63f;
}

div#newSite {
	text-align: center;
	margin: 40px 0px 0 0;
	font-weight:bold;
}

