	html,
	body {
		margin:0;
		padding:0;
		height:100%;
	}
a {color: #000000}
a:hover {color:#000000}

	#container {
		min-height:100%;
		position:relative;

	}
	#header {
		text-align: center;
		padding-top:15px;
		height: 70px;
	}
	#body {
		padding:0px;
		text-align:center;
		padding-bottom:60px;	/* Height of the footer */
	}
	#footer {
		position:absolute;
		bottom:0;
		text-align: center;
		width:100%;
		height:30px;			/* Height of the footer */
	}

a
{text-decoration: none}

img {border:0}
