html {
    overflow-y: scroll;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#f4eedd;
	background-image:url(images/background3.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

.copyright{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#797979;
}

.text-body{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#666666;
	padding-left:30px;
	line-height:20px;
}

a.text-body{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#666666;
	padding-left:0px;
	line-height:20px;
}