﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

#container {
	min-width: 600px;
}
