html, body, #wrapper
{
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	background: #999999;
}

#wrapper
{
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
}
.body
{
	color: #7B8055;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: normal;
}
#head
{
	padding-top: 10px;
	margin: 0 auto;
	width: 100%;
	height: 600px;
	background: #d7d7d7;
	border-bottom: 1px solid #efefef;
}
#header
{
	padding-top: 10px;
	margin: 0 auto;
	width: 376px;
	height: 223px;
	background-image: url(cg-top.png);
}
#content {
	padding-top: 10px;
	margin: 0 auto;
	width: 900px;
	height: 500px;
	background-image: url(bulb.jpg);
}
#footer
{
	height: 116px;
	width: 376px;
	margin: 0 auto;
	/*background-image: url(cg-bottom.gif);*/
}
#foot
{
	bottom: 0px;
	position: fixed;
	text-align: center;
	width: 100%;
}
#address {
	line-height: 20px;
	text-align: right;
	float: right;
	margin-right: 150px;
	margin-top: 90px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #de822a;
}
#address a {
	color: #d56127;
	text-decoration: none;
}
#address a:hover {
	color: #de995d;
	text-decoration: none;
}
#index {
	margin: 20px auto 0 auto;
	background-image: url(central.png);
	height: 271px;
	width: 900px;
}