	html {
		height: 100%;
		
	}
	
	body {
		margin: 0;
		padding: 0;
		color: #000000;
		font-family: Verdana, Tahoma, Georgia, Arial, serif;
		font-size: 10pt;
		min-height: 100%;
		position: relative;
		width: 100%;
		background: #fff url(../fon.jpg) no-repeat 50%;
		width: 100%;
		min-width: 800px;
	}
	
	div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, blockquote, th, td {
		margin:0;
		padding:0;
	}
	
	*:focus {outline: none;}
	
	img{border: none;}
	
	A{color: #cc0000;}
	A:hover{text-decoration: none;}
	
	H1{
		font-family:Impact,Verdana,Tahoma,Georgia,Arial,serif;
		font-size:22pt;
		font-weight:normal;
		line-height:24px;
		padding-bottom:32px;
		padding-top:20px;
		text-transform:uppercase;
	}
	
	H2{
		font-size:17pt;
		font-weight:normal;
		line-height:27px;
		padding-bottom:27px;
	}
