body {
background: url('../images/splash.jpg') no-repeat;
}

.splash{
background: url('../images/splash-bg.jpg') no-repeat;
width: 451px;
height: 228px;
position: fixed;
left: 250px;
top: 200px;
z-index: 1;

}

#mask{
background: url('../images/topMask.png') no-repeat;
width: 878px;
height: 228px;
position: fixed;
left: 49px;
top: 200px;
z-index: 100;
}

#continue{
position: fixed;
left: 48px;
top: 100px;
}

a img{
text-decoration:none;
border:0;
}