* {
	margin: 0px;
	padding: 0px;
	font-family: arial, sans-serif;
	font-size: .99em;
}
  
#wrapper {
	width: 660px;
	margin: auto;
}
table { 
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
  
#chat {
	position:fixed;
	bottom: 0px;
	right: 0px;
	z-index: 1;
}

#twitter {
	position:fixed;
	top: 0px;
	left: 0px;
	z-index: 1;
}

 
#banner {
	box-shadow: 0 .3em 1em #000;
	margin-bottom: 1em;
}
#menu {
	font-size: 11px;
}
#menu ul li {
	display: inline;
	padding-left: 1em;
}
  
a { text-decoration: none; color:dark-yellow }
a:hover { 
	background-color: darkblue;
	color: white;
}

@media screen and (max-device-width: 480px) {
	#banner, #wrapper { 
		width:100%;
	}
} 
