/* Global whitespace reset */
* {
	font-family: Times, "Times New Roman", Georgia, serif;
	padding: 0;
	margin: 0;
}

/* Test Elements */

/* #container, #header, #main, #footer {
  border: 1px solid black;
} */

/* HTML elements */



/* DIVS */
#container {
  margin: 50px auto 0 auto;
  width: 400px;
}

#main {
  padding-top: 30px;
}

/* Classes */
.center {
  text-align: center;
}
