html, body, blockquote, p, form, q, dt,
dl, input, div, h1, h2, h3, h4, h5, h6,
br, a, table, tr, td, ul, ol, li, img, fieldset
{
	padding: 0;
	margin: 0;
	border: 0;
}
	
body
{
	background: #000;
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
}

#container
{
	width: 250px;
	height: 250px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -125px 0 0 -125px;
	overflow: hidden;
	background: url('ibidyouwelcome.gif') top left no-repeat #000;
}
#container h1
{
	width: 1px;
	overflow: hidden;
	text-indent: -9989px;
}