/**
* Site defaults
*/
BODY {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 11px;
	color: white;
	background-color: black;
}

A {
	text-decoration: none;
}
H1 {}
H2 {}
SPAN {}
UL {}
UL LI {}

div.wrapper {}
    div.wrapper div.content {
        margin: 10px auto;
        width: 900px;
        height: 579px;
        background: transparent url('../Images/defaultBackground.png') top left no-repeat;
        position: relative;
    }
    
    div.wrapper div.content div.element {
        cursor: pointer;
    }
        div.wrapper div.content div.element a {
            display:block;
        }
    
        div.wrapper div.content div.element.TheBonesHead {
            width: 371px;
            height: 274px;
            position: absolute;
            top: 27px;
            left: 259px;
        }
        div.wrapper div.content div.element.TheBonesHead:hover {
            background: transparent url('../Images/theBonesHeadHover.jpg') top left no-repeat;
        }
        div.wrapper div.content div.element.TheBonesHead a {
            height: 274px;
        }
        
        div.wrapper div.content div.element.leftButton {
            width: 111px;
            height: 104px;
            position: absolute;
            top: 320px;
            left: 100px;
        }
        div.wrapper div.content div.element.leftButton:hover {
            background: transparent url('../Images/leftButton.jpg') top left no-repeat;
        }
        div.wrapper div.content div.element.leftButton a {
            height: 104px;
        }

        div.wrapper div.content div.element.rightButton {
            width: 111px;
            height: 104px;
            position: absolute;
            top: 320px;
            left: 678px;
        }
        div.wrapper div.content div.element.rightButton:hover {
            background: transparent url('../Images/rightButton.jpg') top left no-repeat;
        }
        div.wrapper div.content div.element.rightButton a {
            height: 104px;
        }

        div.wrapper div.content div.element.button1 {
            width: 66px;
            height: 238px;
            position: absolute;
            top: 274px;
            left: 259px;
        }
        div.wrapper div.content div.element.button1:hover {
            background: transparent url('../Images/button1.jpg') top left no-repeat;
        }
        
        div.wrapper div.content div.element.button1 a,
        div.wrapper div.content div.element.button2 a,
        div.wrapper div.content div.element.button3 a,
        div.wrapper div.content div.element.button4 a,
        div.wrapper div.content div.element.button5 a,
        div.wrapper div.content div.element.button6 a {
            height: 238px;
        }

        div.wrapper div.content div.element.button2 {
            width: 66px;
            height: 238px;
            position: absolute;
            top: 274px;
            left: 325px;
        }
        div.wrapper div.content div.element.button2:hover {
            background: transparent url('../Images/button2.jpg') top left no-repeat;
        }
        
        div.wrapper div.content div.element.button3 {
            width: 66px;
            height: 238px;
            position: absolute;
            top: 274px;
            left: 385px;
        }
        div.wrapper div.content div.element.button3:hover {
            background: transparent url('../Images/button3.jpg') top left no-repeat;
        }

        div.wrapper div.content div.element.button4 {
            width: 59px;
            height: 238px;
            position: absolute;
            top: 274px;
            left: 445px;
        }
        div.wrapper div.content div.element.button4:hover {
            background: transparent url('../Images/button4.jpg') top left no-repeat;
        }

        div.wrapper div.content div.element.button5 {
            width: 59px;
            height: 238px;
            position: absolute;
            top: 274px;
            left: 504px;
        }
        div.wrapper div.content div.element.button5:hover {
            background: transparent url('../Images/button5.jpg') top left no-repeat;
        }

        div.wrapper div.content div.element.button6 {
            width: 67px;
            height: 238px;
            position: absolute;
            top: 274px;
            left: 563px;
        }
        div.wrapper div.content div.element.button6:hover {
            background: transparent url('../Images/button6.jpg') top left no-repeat;
        }

