html {
    margin: 0px;
	padding: 0px;
	background-image: url(../images/backgrounds/html.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #090913;
	height: 100%;
	width: 100%;
}
body {
    margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	cursor: url('../images/wand.cur') , default;
	cursor: url('../images/wand.cur');
}
#content {
	background-image: url(../images/backgrounds/body.jpg);
	background-repeat: repeat-y;
	background-position: center 0px;
	margin: 0px auto;
	width: 946px;
}
#main {
	background-image: url(../images/backgrounds/content.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 631px;
	min-height: 740px;
	padding: 0px 160px 0px 155px;
	text-align: justify;
}
#menu {
	color: #640000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-top: 3px;
}
#menu a {
    color: #F0D9D9;
	text-decoration: none;
}
#menu a:hover {
    text-decoration: underline;
    color: #FFFFFF;
}
#spacer01 {
    width: 100%;
	height: 240px;
}
#spacer02 {
    width: 100px;
	height: 20px;
	float: left;
	clear: left;
}
#spacer03 {
    width: 105px;
	height: 20px;
	float: right;
	clear: right;
}
#spacer04 {
    width: 70px;
	height: 20px;
	float: left;
	clear: left;
}
#spacer05 {
    width: 75px;
	height: 20px;
	float: right;
	clear: right;
}
#spacer06 {
    width: 50px;
	height: 20px;
	float: left;
	clear: left;
}
#spacer07 {
    width: 50px;
	height: 20px;
	float: right;
	clear: right;
}
#spacer08 {
    width: 25px;
	height: 50px;
	float: left;
	clear: left;
}
#spacer09 {
    width: 30px;
	height: 50px;
	float: right;
	clear: right;
}
#spacer10 {
    width: 15px;
	height: 20px;
	float: left;
	clear: left;
}
#spacer11 {
    width: 20px;
	height: 20px;
	float: right;
	clear: right;
}
#spacer12 {
    width: 5px;
	height: 20px;
	float: left;
	clear: left;
}
body a, body input {
	cursor: url('../images/wand2.cur') , pointer;
	cursor: url('../images/wand2.cur');
}