@charset "utf-8";
/* CSS Document */

body {
	background-image:url(mayaimages/copanwallpaper.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment:fixed;
}
.imgTopAlign {
	vertical-align: top;
}
#top a {
	text-decoration:none;
}
.textTop {
	vertical-align:text-top;
}
.pronounce {
	text-decoration:underline;
	font-weight: bold;
	background-color: #ffc2b3;
	text-decoration-color: #2b882b;
	-moz-text-decoration-color: #2b882b;
}

.mayaStickyHeader {
  position: fixed;
  top: 0;
  width: 81.5%;
  z-index: 5;
  background-color: transparent;
  background-color: rgba(255,255,255,0.9);
}

.mayaStickyHeader + .buffer {
    padding-top: 80px;
}