/* Start of CMSMS style sheet 'scrollbar' */
div#maincontent
{
background-image: url('http://safaripetresort.com/build/images/4x3bg.jpg'); 
background-attachment: fixed;
background-repeat: no-repeat;
width:409px;
height:439px;
overflow:auto;
}

div#secondcontent
{
background-image: url('http://safaripetresort.com/build/images/4x5bg.jpg'); 
width:414px;
height:439px;
overflow:auto;
}
</style>
<script type="text/javascript">
function changeAttachment()
{
document.body.style.backgroundAttachment="fixed";
}

A:link {
color: #8F2A00;
font-size: 11px;
text-decoration: none;
}

A:visited {
color: #BC3700;
font-size: 11px; 
text-decoration: none;
}

A:active {
color: #BC3700;
font-size: 11px; 
text-decoration: none;
}

A:hover {
color: #BC3700;
font-size: 11px; 
text-decoration: underline;
}
/* End of 'scrollbar' */

