body{
	background: #fff url('images/bg_body.gif');
	color: #fff;
}

#container{
	width: 900px;
	margin: 0 auto;
}

#header{
	width: 900px;
	height: 20px;
	background:  #000;
	overflow: hidden;
}

h1, h2{
	font-size: 12px;
}

h1{
	display: none;
}

h2{
	text-align: right;
}

#footer{
	width: 900px;
	height: 20px;
	background: #000;
	color: #ccc;
	font-size: 11px;
	line-height: 20px;
}

#footer ul{
	display:none;
}

#license{
	display: inline;
	float: left;
	width: 400px;
	margin: 0 0 0 20px;
}

#copyright{
	display: inline;
	float: right;
	width: 400px;
	margin: 0 20px 0 0;
	text-align: right;
}
.alt{
	display: none;
}
