html, body{
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	overflow:auto;
}
body{
	background:url("images/MarComCeptBG.gif") no-repeat top left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#f47836;
	font-size:14px;
}
#Logo{
	background:url("images/MarComCeptLogo.gif") no-repeat top left;
	position:absolute;
	left:50%;
	top:50%;
	width:422px;
	margin-left:-211px;
	margin-top:-100px;
}
#ContactInfo{
	text-align:right;
	margin:100px 115px 0 110px;
}
#PayOff{
	font-weight:bold;
	text-align:center;
	font-size:16px;
	margin:20px 115px 0 110px;
}
.Left{
	float:left;
}
a{
	text-decoration:underline;
	color:#f47836;
}