@font-face {
    font-family: 'urw_gothic_ldemi';
    src: url('urw-gothic-l-demi-webfont.eot');
    src: url('urw-gothic-l-demi-webfont.eot?#iefix') format('embedded-opentype'),
         url('urw-gothic-l-demi-webfont.woff') format('woff'),
         url('urw-gothic-l-demi-webfont.ttf') format('truetype'),
         url('urw-gothic-l-demi-webfont.svg#urw_gothic_ldemi') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
	height:100%;
	width: 100%;
}

body{
background-color: #000000;
font-size: 20px;
color: #ffffff;
font-family:'urw_gothic_ldemi'
}
#screen{
position: relative;
width: 720px;
height: 405px;
overflow:hidden;
background-color: #cccccc;
}
#speech{
color: #ffffff;
background-color: #000000;
padding: 10px;
margin:0;
z-index: 9999;
display: inline-block;
}
#thepointer{
position:relative;
top:-10px;
left:5px;
z-index:-1;
}
#bubble{
position:relative;
height: 100px;
z-index: 9999;
}
#obj{
position:relative;
top: -40px;
}
#bg{
position:absolute;
top:0;
left:0;
z-index:1;
} 
#footer{
padding: 30px;
} 

A:link,A:visited{
color:#ffffff;
text-decoration:underline;
}
A:hover{
color:#cccccc;
text-decoration:underline;
}
