body {
	background-image: url("img/bg-body.gif");
	background-repeat: repeat-x;
	background-position: top left;
	position: relative;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	height: 2000px;
}

#page {
    width: 750px;
    margin: 0 auto;
    position: relative;
    top: 0;
    left: 0;
}

#mouse {
    position: absolute;
    top: 50px;
    left: 0;
}

#content {
    position: relative;
    top: 90px;
    left: 350px;
    width: 410px;

    color: #5C5C5C;
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
    font-size: 13px;
}
.bottomLinks {
	position: absolute;
	bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}

.bottomLinks a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}

#heading {
    margin: 0 0 40px 60px;
}
