﻿/* Error 404 */
#Error404 {
	background: #000 url(../Images/bg_errror404.jpg) top no-repeat;
	}
	
	#Error404 h1 {
        display: inline;
        font-size: 72px;
        line-height: 80px;
        }
	
	#InnerWrapperError404 {
		padding: 30px;
		margin-top: 30px;
		min-height: 800px;
		}
		
		#InnerWrapperError404 ul {
			padding: 4px 0 0 10px;
			margin-bottom: 30px;
			}
			
			#InnerWrapperError404 ul li {
				list-style-type: disc;
				}
				
	   #InnerWrapperError404 input {
		   background-color: #000;
		   border: 1px solid #fff;
		   color: #fff;
		   display: none;
		   }
		   
		   #InnerWrapperError404 input[type=submit] {
			   cursor: hand;
			   display: none;
			   }    
			   
		#InnerWrapperError404 p {
			margin-top: 5px;
			}
