html {
	margin: 16px;
}

body {
	background-image: url("./bg.jpg");
	background-attachment: fixed;
	color: #320000;
	font-family: Arial, Helvetica, sans serif;
	font-size: 14px;
}

div#maindiv {
	width: 640px;
	height: 645px;
	background-image: url("./earTrainer.jpg");
	background-repeat: no-repeat;
	background-position: center;
	border-right: thick groove red;
	border-bottom: thick groove red;
	border-left: thick groove red;
}

div#topdiv {
	width: 640px;
	height: 20px;
	background: #dfe;
	border-top: thick groove red;
	border-right: thick groove red;
	border-left: thick groove red;
}

p { margin: 0 10px 0 10px; }

a.navbar {
	margin: 10px 20px 0 20px;
}
