* {
	margin: 0px;
	padding: 0px;
}

/* sets the textsize on 11px for the whole site */
body {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-align: center;
	font-size: 63%;
	background-color: #E2E3E5;
}