html {
	overflow-y: scroll;
}
body {
	margin: 0px;
	color: #000;
	background: url(../i/back.jpg);
	background-repeat: repeat;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#shadow {
	width: 760px;
	height: 762px;
	background: url(i/back-shadow.jpg);
	background-repeat: repeat-y;
}
#center {
	width: 680px;
	margin: 0px;
}
#main {
	width: 461px;
	height: 284px;
	background: url(i/center-right.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}
#mainText {
	padding: 10px;
}
#footer {
	width: 680px;
	height: 78px;
	margin: 0px;
	background: url(i/footer.jpg);
	background-repeat: no-repeat;
	padding: 18px 0px 0px 10px;
	text-align: left;
}
#textBack {
  text-align: right;
  padding-right: 35px;
}
a:link, a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.cursorMove:link, a.cursorMove:visited {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
a.cursorMove:hover {
	text-decoration: underline;
}
