html, body {
	min-width: 600px;
}
#Header {
	position: absolute;
}
#Nav {
	position: absolute;
}
#Contents {
    padding: 0 20px 20px;
}
#Footer {
	position: absolute;
}