body 
	{
	margin: 0px;
	padding: 0;

	/*background: #ffffff url(images/bg_a02.jpg) repeat-x;*/
	}

#wrapper      
	{
	background-color: transparent;
	text-align: center;
	margin-top: 0px;
	margin-left: -400px;
	position: absolute;
	top: 0px;
	left: 50%;
	width: 800px;
	visibility: visible
	}
	
#header {
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 235px;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	text-align: left;
}

#center {
	margin: 0px;
	padding: 0px;
	width: 800px;
	background: #ffffff;
}

#footer {
	margin: 0px;
	padding: 0px;
	width: 800px;
	background: #ffffff;
}

#clear {
	clear: both;
}
