body {
	margin: 0;
	padding: 0;

	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #FFFFFF;

	font-family: Arial;
	font-size: 11px;
	color: #666666;
}

img {
	border: 0;
}

a:link, a:visited {
	color: #774949;
	text-decoration: none;
}

a:hover, a:active {
	color: #B77070;
	text-decoration: none;
}

