body
{
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	background-color: #a8a8aa;
}

.body
{
	background-repeat: no-repeat;
	background-color: #ffffff;
	background-position: top left;
}

html {
     overflow: -moz-scrollbars-vertical;
}


form {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}