/*#scroll { 
position:absolute; 
top:0; 
bottom:-0.1px; 
width:1em; 
z-index:-1; 
}

html {height: 100%; margin-bottom: 1px;}  /* This forces a scrollbar on short pages in Firefox */
/*html { overflow: -moz-scrollbars-vertical !important; }   /* This forces a scrollbar on short pages in Firefox */
/*html {overflow-y: scroll;}*/



body { 
    background: #000000 url("tenacious-bg.png");
	margin: 40;
	padding: ;
    background-repeat: no-repeat;
    background-position: bottom right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center

}

h1, h2, h3 {
	margin:  ;
	padding: ;
	text-transform: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #707070;
}

h1 {
	text-indent: 2ex;
	letter-spacing: 2px;
	font-size: 22px;
	font-family:  Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: left;
	line-height: 20px;
}


/* Style */



.style1 {
	
	color: #707070;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif}


.style2 {
	padding: 20px;
}




