* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -70px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 70px; /* .push must be the same height as .footer */
}

.wrapper {
  	position: relative;
  	width: 850px;
/*  	font-size: 0.9em; */
  	margin: 0 auto -70px;
  	text-align: left;
}

.footer {
  	position: relative;
  	width: 850px;
  	margin: 0 auto;
}

/* STYLE:footerlink */
a.footerlink {
  	color: #ffffff;
  	text-decoration: none;
}

a.footerlink:visited {
  	color: #ffffff;
  	text-decoration: none;
}

a.footerlink:hover {
  	color: #ffffff;
  	text-decoration: underline;
}

/* STYLE:infomation */
*.infomation {
  	color: #404040;
}

a.infomation:link {
  	color: #404040;
  	text-decoration: none;
}

a.infomation:visited {
  	color: #404040;
  	text-decoration: none;
}

a.infomation:hover {
  	color: #404040;
  	text-decoration: underline;
}

/* STYLE:LineMessage */
a.LineMessage:link {
  	color: #ffffff;
  	text-decoration: none;
}

a.LineMessage:visited {
  	color: #ffffff;
  	text-decoration: none;
}

a.LineMessage:hover {
  	color: #ffffff;
  	text-decoration: underline;
}

/* STYLE:ContentLink */
*.ContentLink {
  	color: #404040;
}

a.ContentLink:link {
  	color: #404040;
  	text-decoration: none;
}

a.ContentLink:visited {
  	color: #404040;
  	text-decoration: none;
}

a.ContentLink:hover {
  	color: #404040;
  	background-color: #CCCCFF;
  	text-decoration: none;
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/