/* CSS Document */
html, body, #wrapper {
  height:100%;
  margin: 0;
  padding: 0;
  border: none;
  text-align: center;
  
}
#wrapper {
  margin: 0 auto;
  text-align: left;
  vertical-align: middle;
  width: 400px;
}

td {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	text-align:justify;
	color: #002845;
}

.bg_website {
	background-image: url(../images/interface/body_bg.jpg);
}

.bg_white {
	background-color:#ffffff;
}

.bg_content {
	background-image:url(../images/interface/content_bg.gif);
}

/*LINKS*/
a:link, a:active, a:visited {
	color: #316d98;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* NAVIGATION */

/* HISTORY BUTTON */
a.history:link, a.history:visited {
	display: block;
	background: url(../images/navigation/history.gif) no-repeat;
	height: 47px;
	width: 71px;
}

a.history:hover {
	background-position: 0px -47px;
}

/* WHAT WE DO BUTTON */
a.what:link, a.what:visited {
	display: block;
	background: url(../images/navigation/what.gif) no-repeat;
	height: 47px;
	width: 96px;
}

a.what:hover {
	background-position: 0px -47px;
}

/* WHY YOU NEED IT BUTTON */
a.why:link, a.why:visited {
	display: block;
	background: url(../images/navigation/why.gif) no-repeat;
	height: 47px;
	width: 122px;
}

a.why:hover {
	background-position: 0px -47px;
}

/* HOW IT WORKS BUTTON */
a.how:link, a.how:visited {
	display: block;
	background: url(../images/navigation/how.gif) no-repeat;
	height: 47px;
	width: 108px;
}

a.how:hover {
	background-position: 0px -47px;
}

/* TESTIMONIALS BUTTON */
a.testimonials:link, a.testimonials:visited {
	display: block;
	background: url(../images/navigation/testimonials.gif) no-repeat;
	height: 47px;
	width: 103px;
}

a.testimonials:hover {
	background-position: 0px -47px;
}

/* HOW TO JOIN BUTTON */
a.join:link, a.join:visited {
	display: block;
	background: url(../images/navigation/join.gif) no-repeat;
	height: 47px;
	width: 105px;
}

a.join:hover {
	background-position: 0px -47px;
}