body, HTML {
	margin: 0px;
	background-color:#ededed;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#FFF;
}

#frame {
	position:absolute;
	top: 50%;
	left: 50%;
	width:600px;
	height:400px;
	margin-top: -200px; /*set to a negative number 1/2 of your height*/
	margin-left: -300px; /*set to a negative number 1/2 of your width*/
	background-color: #f9f9fa;
	background-image: url(../images/background.jpg);background-repeat: no-repeat;
	min-height: 400px;
}

p {
	margin: 0px 0px 8px 0px; Padding: 0px;	
}

#content 				{ width: 600px;height: 400px;position:relative; color:#52004d; }


.grey 					{ color:#938f8d; }
#underconsruction 		{ position:absolute;top: 142px;left: 90px; }
#bulletPoints 			{
	text-align:center;
	position: absolute;
	top: 253px;
	left: 103px;
	line-height: 14px;
}


#address {
	position: absolute;
	top: 253px;
	left: 435px;
	line-height: 15px;
	width: 136px;
}

#email {
	position: absolute;
	top: 140px;
	left: 450px;
}
#email a {
	padding: 3px 25px 3px 25px;
	text-decoration: none;
	color:#FFF;
	display:block;
	background-color:#52004d;
	font-weight:bold;
	font-size: 13px;
}
