html, body {
	height: 100%;
}

body {
	margin:0;
	padding:0;
	background-color: #A1A2A3;
}

#content {
	position: relative;
	min-height: 100%;
/*	background-image: url(../images/hg_content.gif);*/
	width: 100%;
	margin: 0 auto;
}

* html #content {
	height: 100%;
}

/*#wrapper {
	height: 100%;
}*/

#footer {
	position:relative;
	width: 100%;
	margin:-3em auto;
	background-color: #e10686;
	height: 50px;		
}

* html #footer {
}

#clear {
	position:relative;
	clear: both;
	display: block;
	height: 42px;
	margin-bottom: -1px;
}

img { border: none; }

.link:link, .link:visited {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10pt;
	line-height: 120%;
	color: #009545;
	text-decoration: none;
	padding-right: 30px;
	;	
}
.link:hover, .link:active {
	color: #000000;
	text-decoration: none;

}