html, body{height:100%;} 


body {
	background-image: url(bkgr_ppp.gif);
}


div#header {
	background:url(../images/lightning_bkgr.jpg);
	background-repeat: no-repeat;
	background-position: top;

}

#main{
	margin-left:2%;
	margin-right:2%;
	padding:3px;
}

#main a:link {
	color: yellow;
	text-decoration: none;
}

#main a:hover {
	color:blue;
	background-color:white;
}


