body
{
padding: 0;
margin: 0;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 13px;
line-height: 20px;
background-color: #010001;
background-image: url(background.jpg);
background-position: top center;
background-repeat: no-repeat;
}

p
{
	color: #ffda92;
	padding: 0 0 20px 0;
	margin: 0;
}

a
{
	color: #ffe9bf;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;	
}

h1, h2
{
display: none;	
}

div#container
{
	width: 940px;
	margin: 0 auto;
	position: relative;
	height: 500px;
}

img.bubble
{
	position: absolute;
	top: 90px;
	left: 0px;
}

img.easel
{
	position: absolute;
	bottom: 0;
	right: 100px;
}

div#text
{
position: absolute;
top: 315px;
left: 65px;
width: 500px;
}

a.finger
{
position:absolute;
top: 350px;
left: 120px;
}