html		{height: 100%;}
body	 	{height: 100%;
		font-family: trebuchet ms;
		background-image: url(http://www.colourandlight.ca/images/delta-blue-background-light.jpg);}

a:link		{color:black; text-decoration: none}
a:visited 	{color:black; text-decoration: none}
a:active 	{color:#6699cc; text-decoration: none}
a:hover 	{color:#6699cc; text-decoration: none}

#wrap {min-height: 100%;}

#main {overflow:auto;
	padding-bottom: 30px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -30px; /* negative value of footer height */
	height: 30px;
	font-size: 8pt;
	clear:both;} 

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}



