@charset "utf-8";
	html {
		overflow: hidden;
	}
	body {
		margin: 0px;
		padding: 0px;
		background: #fff;
		position: absolute;
		width: 100%;
		height: 100%;
	}
	#screen {
	position:absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #FFF;
	background-image: url(images/pinkielogo.gif);
	background-repeat: no-repeat;
	background-position: center center;
	}

	#screen div, a{
		position: absolute;
		color: #000;
		font-family: 'courier new', typewriter, matrix, monospace;
		font-weight: bold;
		text-decoration: none;
		cursor: default;
	}

