#body {
	position: absolute;
	visibility: visible;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	
	padding-top: 10px;
}
body {
	background-attachment: fixed;
	background-position: 0px 0px;
	background-image: url(Images/background_wall.jpg);
}
.grayborder {
	border: 1px solid #CcccCC;
	padding: 5px;
}
table.grayborder2 {
	border-width: 1px;
	border-spacing: 5px;
	border-style: solid;
	border-color: #CCcccC;
	border-collapse: collapse;
}
table.grayborder2 th {
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: #CCcccC;
	-moz-border-radius: 0px;
}
table.grayborder2 td {
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: #CCcccC;
	-moz-border-radius: 0px;
}
