body	{
	 background-color:#3e126b;
	 color: #ffffff;
         font-size: 1.5em;
	}

a:link {text-decoration:none;color: #ffffff;}
a:visited {text-decoration:none;color: #ffffff;}
a:hover {text-decoration:underline;color: #ffffff;}
a:active {text-decoration:underline;color: #ffffff;}

#center1 {
	 margin-left: auto;
	 margin-right: auto;
	 left: 0;
	 right: 0;
	 width:600px;
	 text-align:center;
	 clear:both;
	}

#bottom {
	position: absolute;
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align:center;
        z-index: 1;
	}


/** LIGHTBOX MARKUP **/

#lightbox1 {
  /* Default to hidden */
  display: none;
	 margin-left: auto;
	 margin-right: auto;
  max-width: 99%;
  max-height: 90%;
  position: absolute;
  top: auto;}

#centerbox {
         margin-top: 10px;
	 margin-left: auto;
	 margin-right: auto;
	 left: 0;
	 right: 0;
         background-color: #606060;
	 text-align:center;
	 clear:both;
         border-style: solid;
         z-index: 1 !important;
	}

 