html {
	height: 100%;
}

body {
	font-family: 'Times New Roman', Arial, serif;
	color: rgb(243, 236, 213);
	height: 100%;
	margin-top: 0px;
	margin-left: 0px;
	background: black;
	background: url("http://www.texturewood.com/pictures/background/bg25.jpg");
	background-attachment: fixed;
}

a:visited {
	color: rgb(243, 236, 213);
}

a:link {
	color: rgb(243, 236, 213);
}

#container-table {
	width: 1004px;
	border: 0px solid white;
}

#header {
	height: 60px;
}

#header-space {
	height: 0px;
}

#content {

}

#footer-space {
	height: 30px;
}

#footer {
	text-align: center;
}

hr {
	color: #f3ecd5;
}

.cell-border {
	border: 0px solid white;
}

.tr100 {
	height: 100px;
}

.tr25 {
	height: 25px;
}
