@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #666666;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/skytree.jpg);
	height: 800px;
}
