i just looked at the launcher txt....
/*
Sam & Max: The Devil's Playhouse
Season DVD Launcher
*/
@font-face {
font-family: "Dakota";
src: url( "Dakota-Regular.ttf" ) format("truetype");
}
body {
font-family: "Dakota";
margin:0px 0px;
padding:0px 0px;
background-color:#000000;
background-image:url("images/backtothefuture100_autorun_bg.png");
background-repeat:no-repeat;
color:#000000;
width:1020px;
height:760px;
outline:1px solid #111111;
cursor:url("images/backtothefuture100_autorun_cursor.png") 16 15, auto;
}
body.installed {
background-image:url("images/backtothefuture100_autorun_installed_bg.png");
}
h1 {
margin:0px;
padding: 0px;
}
a {
color:black;
text-decoration:none;
cursor:url("images/backtothefuture100_autorun_cursor_glow.png") 16 15, auto;
}
a:hover {
color

range;
text-decoration:none;
}
.pointer {
cursor:url("images/backtothefuture100_autorun_cursor_glow.png") 16 15, auto;
}
/*
Modes
*/
.mode {
width:702px;
height:485px;
}
#autorun_mode_installed{
position:absolute;
}
.bg {}
#autorun_installed_folderBG {
background-image:url(images/sammax300_autorun_installed_bg.png);
background-repeat:no-repeat;
width:521px;
height:485px;
}
#autorun_freshed_folderBG {
background-image:url(images/sammax300_autorun_fresh_bg_core.png);
background-repeat:no-repeat;
width:703px;
height:485px;
}
/*
Drawer
*/
#autorun_drawer {
position:absolute;
width:530px;/*273px*/
height:740px;
text-align:left;
background-image:url("images/backtothefuture100_autorun_linedNotePad.png");
background-repeat:no-repeat;
z-index:1000;
}
.drawer_installed {
font-size:40pt;
-webkit-transform: rotate(-4deg);
padding-top:140px;
margin-left:0px;
}
.drawer_fresh {
top:760px;
left:457px;
font-size:40pt;
/*
top:400px;
left:257px;
-webkit-transform: rotate(-4deg);
*/
}
.drawerArea {
outline:0px solid red;
margin:0px 54px 0px 10px;
}
.drawerArea h1 {
font-size:30pt;
margin:10px 0px 20px 0px;
}
.drawerArea p {
outline:0px dashed blue;
/*margin:4px 32px 4px 0px;*/
margin:0px 0px 16px 0px;
padding:0px;
font-size:18pt;
}
.drawerArea ul {
outline:0px dashed blue;
padding-left:70px;
list-style-type:none;
}
.drawerAreaInstalled {
outline:0px solid red;
margin:0px 154px 0px 30px;
}
.drawerAreaInstalled h1 {
font-size:30pt;
margin:30px 0px 20px 10px;
}
.drawerAreaInstalled p {
outline:0px dashed blue;
/*margin:4px 32px 4px 0px;*/
margin:0px 0px 16px 10px;
padding:0px;
font-size:18pt;
}
.drawerAreaInstalled ul {
outline:0px dashed blue;
padding-left:70px;
list-style-type:none;
}
is it right?