/* Stylesheet */
html, body 
{
  margin:0;
}
body
{
	background-color: black;
	/*background-image: url(splash.jpg); */
	background-repeat: no-repeat; 
	/*repeat-y; */
	background-attachment: fixed;
	background-position: left;
	text-align: center;
	font-family:tahoma, sans-serif;
	font-size:11px;
	color:#444444;
}

img
{
border:0;
}

.outerbox
{
 position: absolute;
 top: 0px;
 left: 0px;
}
