html,
body{
	margin:0 auto;
	height:100%;
	font: 14px 'Georgia',serif;
	
}
	
#container{
	min-height:100%;
	position:relative;
}

/*
#body{
	padding:10px;
	padding-bottom:22px;	
	text-align: left;
	width: 600px;
}
*/

#body a{
	color: #1BA3FD;
	text-decoration: none;
}

#body a:hover{
	text-decoration: underline;
}


#footer{
	position:absolute;
	bottom:0;
	width:100%;
	margin: 0 auto;
	height:22px;			/* Height of the footer */
	padding-top: 0;
	font-size: 14px;
	color: #1BA3FD;
}

#footer a{
	color: #1BA3FD;
	text-decoration: none;
}

#footer a{
	text-decoration: underline;
}



