	html,
	body {
		margin:0;
		padding:0;
		height:100%;
		background:#000000;
	background-image: url(../img/coal_ex_bg.jpg);
	background-repeat: repeat;
	background-color: #000000;
	background-position: top center;
	}
	#container {
		min-height:100%;
		position:relative;
	}
	#header {
		padding:10px;
	}
	#body {
	padding:150px;
	padding-top:0px;
	padding-bottom:60px;	/* Height of the footer */
	color:#ffffff;
		
	}
	#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:60px;			/* Height of the footer */
	color: #FF0;
	}

	/* other non-essential CSS */
	#header p,
	#header h1 {
		margin:0;
		padding:10px 0 0 10px;
	}
	#footer p {
	margin:0;
	padding:10px;
	color:#FFFF00;
	text-align: center;
	}

    .style1 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a:link {
	COLOR: #F60;
	text-decoration: underline;
}
a:visited {
COLOR: #ffff00;
}
a:hover {
	COLOR: #FC3;
	text-decoration: none;
}
.mylink {
	color: #F60;
	text-decoration: none;
	font-size: 16px;
	text-align: center;
	padding: 2;
	height: auto;
	border-right-style: solid;
	clear: none;

}
.mylink {
	text-align: center;
}
a:link {
	text-align: center;
}
