@charset "UTF-8";
/* CSS Document */

body {
	background:#FFFFFF fixed center top;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
#container {
	width: 359px;
	height: 56px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -180px;
	margin-top: -100px;
}
#container #caption {
	padding-left: 13px;
	text-align: center;
	color: #333333;
}
#container #caption span {
	font-weight: bold;
}
#container #caption .phone {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
/*#footer {position: relative;
	margin-top: -150px; 
	height: 150px;
	clear:both;} */
	
#footer {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
