
html{
	overflow-y: scroll;
}


body {
	background: #000;
	margin:0;
	padding:0;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:1.25em;
	color: #666;
}




	#page_body_home{
		position:relative;
		background:url(../_images/background_page_home.jpg) no-repeat top center;
		margin:0 auto;
		padding:280px 220px 0 250px;
		width:520px;
		
		min-height:420px;
		height:auto !important;
		height:420px;
	}
	


	#page_body_secondary{
		position:relative;
		background:url(../_images/background_page_secondary.jpg) no-repeat top center;
		margin:0 auto;
		padding:440px 220px 0 250px;
		width:520px;
		
		min-height:260px;
		height:auto !important;
		height:260px;
	}
	
		#page_logo{
			position:absolute;
			display:block;
			
			top: 37px;
			left:30px;
			
			width:170px;
			height:110px;
		}
	
		#link_top{
			position:absolute;
			display:block;
			
			margin:0;
			padding:0 15px 0 20px;
			background:url(../_images/arrow_client_support.gif) no-repeat 10px center;
			
			top: 60px;
			right:40px;
			
			color:#fff;
			font-size:0.92em;
			line-height:2;
		}
			#link_top:hover{
				color:#EE3224;
			}


		
		h1{
			margin:5px 0 48px 0;
			padding:0;
			
			font-family:Arial, Helvetica, sans-serif;
			font-size:2.6em; /* 32px */
			line-height:1.1; /* 34px */
			
			text-decoration:none;
			font-weight:normal;
			color:#EE3224;
		}

			
		h2{
			margin:5px 0 12px 0;
			padding:0;
			
			font-size:1.16em; /* 14px */
			line-height:1.2;
			
			text-decoration:none;
			font-weight:bold;
		}
		
		h3{
			font-size:1em;
			text-decoration:none;
			font-weight:normal;
			color:#333;
			margin:0;
			padding:0
		}

		
		
		p{
			margin:3px 0 8px 0;
		}
		

		a{
			color:#000;
			text-decoration:none;
		}
			a:hover{
				color:#EE3224;
			}


		strong{
			color:#000;
		}
		

		.logo_test_parasite{
			position:absolute;
			right:75px;
		}

		.logo_srsverify{
			position:absolute;
			top: 560px;
			right:90px;
		}
		