body
{
    background-color: #E1CBB3;
    background-image: URL('/images/bg/tile.gif');
    font-family: Arial;
    font-size:8pt;
    text-align:center;
}

a:link, a:visited, a:hover, a:visited:hover{
	color:#7C4B08;
	text-decoration: none;
}


#welcome-link
{
 /*   position:relative;
    left:300px;
    width : 300px;
    text-align:center;
    font-weight: bold;*/
}

#welcome-image
{
    background-image: URL('/images/Scary_Mary_Aug_Holding.png');
    background-repeat: no-repeat;
	margin-left:auto;
	margin-right:auto;
	width:800px;
    height:600px;
	cursor: pointer; 
	cursor: hand;
}
#home-text
{
    color:#7C4B08;
    text-align:left;
    width:360px;
    overflow:auto;
    height:130px; 
    z-index:2;
    position:relative;
    top:445px;
    left:415px;
    float:left;
}