BODY {
	color: Black;
	background-color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: left;
	background-image: url(bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

A {
	text-decoration: none;
}

A:HOVER {
	text-decoration: none;
}

#menu {
	position: absolute; top: 182px;left:65px
}