
/*=================================================
  Incan Gold | CSS - Homepage
  Author:   Lee Hogg
  Created:  2004-04-28
  -------------------------------------------------*/
  
body {
	background: #000 url(images/bg.gif) repeat-x; margin: 0; padding: 0;
	padding-bottom: 2em;
	background-position: 50% 0%;
	font: normal 70% Verdana, Helvetica, sans-serif;
	color: #CCC;
}
#wrap {
 	margin: 0 auto;
	text-align: center;
	width: 770px;
	height: 440px;
}
#core {
	font-size: 1px;
	line-height: 1px;
}
#leftPanel {
	float: left;
	width: 254px;
}
#centerPanel {
	float: left;
	width: 370px;
}
#rightPanel {
	float: left;
	width: 252px;
}
#footer {
 	height: 96px;
	background: transparent url(images/footbg.gif) repeat-x;
	clear: left;
}
#wrapLeft {
	background: transparent url(images/footlcap.gif) no-repeat;
	height: 96px;
	font-size: 12px;
}
#wrapRight {
 	background: transparent url(images/footrcap.gif) 100% 0% no-repeat;
	height: 96px;
	text-align: center;
 }
#progressives {
	float: left;
	width: 500px;
}
.progressive {
	float: left;
	width: 100px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #C7B38E;
}
.progressive img {
	margin-bottom: 4px;
}
#payLeft, #payRight {
	float: left;
	width: 133px;
}
