/*errorPage page CSS Stylesheet*/
	

	#errorMessage
	{
		margin: auto;
		margin-top: 40px;
		margin-bottom: 40px;
		margin-left: 25px;
		float: left;
		width: 550px;
		height: 272px;		
	}
	
	#errorSection 
	{
		width: 250px;
		margin: auto;
		margin-top: 40px;
		margin-bottom: 40px;
		margin-right: 25px;	
		height: 272px;
		float: right;
	}


	

	