html, body {
	margin: 0px; 
	font-family: Courier, mono; 
	color: #fff;
	background-color:#bf0404; 
	} 

body {
	background-color: #fff;
	}

p {
	margin: 5px 0;}

#fuss {
	margin: 30px 0;
	}

#pause {
	z-index: 5;
	position: fixed; top: 0; right: 0;
	height: 1200px;
	width: 600px;
	background-repeat: no-repeat;
	}

#pause p.box {
	color: #000;
	position: relative;
	top: 200px;
	left: 400px;
	border: 2px solid #6c6c7c;
/*	margin-top: 20px;*/
	padding: 10px;
	width: 100px;
	text-align: left;
	font: normal 14px Consolas, Courier, mono;
	line-height: 1.7em; 
	letter-spacing: 0;
	background-image: url(../box.png);
	}

/*#pause p {
	color: #0d0d0d;
	position: relative;
	top: 50px;
	left: -10px;
	font: bold italic 16px Courier;
	}*/

/*.el {
	letter-spacing: 0.1em;
	}*/

#container {
	position: absolute; bottom: 10px; right: 0;
	width: 900px;
	height: 600px;
	min-height: 65%;
	min-width: 70%;
	margin: 20% 1em 0 30%;
	background-image: url(../images/2010-02-1-900x600.png);
	background-repeat:no-repeat;
	}

