.body
	{
		background-color: black;
		
	}

	#parent
		{
			position:			relative;
			top:				0px;
			margin-left:		auto;
			margin-right:		auto;
			width:				980px;
			height:				700px;
			background-color:	transparent;
		}

		#header	
			{
				position:			absolute;
				top:				0px;
				left:				0px;
				width:				980px;
				height:				50px;
				background-color:	transparent;
			
			}
				
		#menu
			{
				position:			absolute;
				top:				49px;
				left:				0px;
				width:				200px;
				height:				610px;
				background-color:	transparent;
				
			}
				
		#main
			{
				position:			absolute;
				top:				49px;
				left:				200px;
				width:				780px;
				height:				610px;
				overflow:			auto;
				background-color:	transparent;
				
			}
		
		#footer
			{
				position:			absolute;
				top:				660px;
				left:				0px;
				width:				980px;
				height:				40px;
				background-color:	transparent;
				
			}	
		