/* Main Colors
	GREEN: #4C5C2E;
	LT GREEN: #B7CA79;
	BEIGE: #F6E8B1;
	RED: #89261E;
	EARTH: #A89C4C;
*/
body {
	background: #A89C4C url(images/art/v1/background.png) top left;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family:"Trebuchet MS", Trebuchet, Helvetica, Geneva, Arial, sans-serif;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
a, a:link, a:visited, a:active {
	color: #89261E;
	text-decoration: none;
	letter-spacing: 1px;
	border-bottom: solid 1px transparent;
}
a:hover {
	border-bottom: solid 1px #89261E;
}

/* Popup Box */
.popupBox 
{
    position: absolute;
    top: 10%;
    left: 45%;
    border: solid 5px #000;
    background: #FFEF98;
    padding: 0 30px;
    z-index: 10000;
}
