.parent
	{
		position:			absolute;
		top:				0px;
		left:				0px;
		width:				980px;
		height:				830px;
		background-color:	transparent;
		
	}

	.banner	
		{
			position:			absolute;
			top:				0px;
			left:				63px;
			width:				852px;
			height:				170px;
			background-color:	transparent;
			margin-left:		auto;
			margin-right:		auto;
			
		}
				
	.menu
		{
			z-index:			1;
			position:			absolute;
			top:				170px;
			left:				63px;
			width:				852px;
			height:				35px;
			background-color:	transparent;
			
		}
				
	.main
		{
			z-index:			0;
			position:			absolute;
			top:				205px;
			left:				63px;
			width:				812px;
			height:				525px;
			overflow:			auto;
			background-color:	transparent;
			
		}
		
	div.footer
		{
			position:			absolute;
			top:				730px;
			left:				63px;
			width:				852px;
			height:				100px;
			
		}	
		