#header table {
    width: 100%;
}
#container {
	width: auto;
}
#stage {
	background-position: -50px 0;
}
#nav {
	width: 200px;
}
#content {
    margin-left: 200px;
	padding: 20px 30px 10px 30px;
}
#footer p {
	width: auto;
}