* {
    margin: 0;
    padding: 0;
}
body, html {
	font-family: Verdana, Helvetica, sans-serif;
	height:100%;
	background: #fff url('../img/bg/splash.body.jpg') repeat-x;
}
div, p {
	font-size: 1em; 
}

p { padding: 0 0 1em; }

#textalt
{
	display: none;
}
#splash {
	position: absolute;
	width: 478px;
	left: -52px;
	height:100%;
	background: url('../img/bg/vulpen.jpg') no-repeat left bottom;
	margin: 0 auto;
	z-index: 1;   
}

#layer1, #layer2
{
	position: absolute;
	width: 504px;
	margin-left: -252px;
	left: 50%;
}
#layer1 {
	height: 301px;
	z-index: 2;
	top: 2px;
}
#layer2 {
	height: 45px;
	z-index: 3;
	top: 316px;
}