@charset "UTF-8";
/* splash CSS Document */

body {
	background-color: #000;
	background-position: bottom right;
	background-attachment: fixed;
	margin: 0px;
	}

img {
	border: 0;	
}

#container {
	position: absolute;
	top: 10px;
	left: 10px;
	}
	

