html {
	font-size: 100%;
}
body {
	text-align: center;
	background-image: url(/images/general/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #e1dfdf;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
