body {

}

img {border:none}


#splasher {
	position: absolute;
	top : 0 ;
	left : 0 ;
	z-index: 2;
	width : 100% ;
	height : 100% ;
	min-width : 1000px ;
	min-height : 670px ;
	overflow : hidden ;
	background: #000
}


#splash {
position: absolute;
z-index: 3;
display:block;
background:url(splash.jpg);
left: 50%;
top : 20px ;
width: 980px;
height: 616px;
margin-left: -490px;
overflow:hidden
}

object {
position:absolute;
z-index:1
}

#dude {
	position: absolute;
	z-index: 4;
	width:500px;
	height:180px;
	left: 443px;
	top: -35px;
	visibility: visible;
}

.playersplash {
        position : relative ;
        z-index : 5 ;
        left : 319px ;
        top : 373px ;
        visibility : visible ;
}

.player {
	position : relative ;
        z-index : 6 ;
	right : 4px ;
	bottom : 8px ;
}

#skipsplash {
	position: absolute;
	bottom : 0px ;
	right : 0px ;
	/* background : url() ; */ /* replace the text with some image, remember to set width and height on the div */
}

#skipsplash font {
	font-size : xx-large ;
	font-weight : bold ;
	color : blue ;
	/* display : none ; */ /* to remove the text */
}
