html, body, #content {
	width:100%;
	height:100%;
	overflow:hidden;
}

body {
	background-image:url(../images/bg.png);
}

/* alternate content */

#no_flash {
	position:fixed;
	bottom:0px;
	left:auto;
	right:auto;
	width:100%;
}

p, a, li { 
	font-family:Monaco, Consolas, "Lucida Console", monospace;
	font-size:16px;
	line-height:1.5;
	color:#333;
}

p#bubble {
	width:341px;
	padding: 30px 30px 0px;
	background:url(../images/bubble.png) center top no-repeat;
	margin:0px auto;
}

div#dude {
	margin:0px auto;
	background:url(../images/dude_f.png) center top no-repeat;
	width:100%;
	height:249px;
}

ul {
	width:100%;
	list-style:none;
	padding:5px 0px 15px;
	background:url(../images/floor.png) repeat;
	text-align:center;
}

li {
	margin:0px 5px;
	display:inline;
}

li a {
	color:#fff;
	font-size:10px;
	text-decoration:none;
	padding:5px;
}

li a:hover {
	color:#333;
	background:#fff;
}