body {
	background-color: #fcc;
	font-size: 75%;
	text-align: center;
}

a img {
	border-style: none;
/*	vertical-align: bottom;*/
}

#container {
	margin: 0 20px 1em 20px;
/*	margin: 1em auto;
	width: 700px;*/
	background-color: #fff;
	background-image: url(img/corner_container_leftbottom.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	text-align: justify;
}

#header {}
#header img {
	vertical-align: bottom;
}

#content {
	padding-bottom: 1em;
}

#footer {
	clear: both;
	background-image: url(img/corner_container_rightbottom.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 0 2em 1em 2em;
	text-align: center;
}
#footer a {
	text-decoration: none;
}

#footer #source {
	float: left;
	margin-bottom: 1em;
	text-align: justify;
}

#footer #oldpage {
	float: right;
	text-align: right;
	font-size: 80%;
}
#footer #oldpage img {
	vertical-align: middle;
}

#footer #copyright {
	clear: both;
}
