body {
	background-color: #242424;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-image: url(images/website/background.jpg);
}
#container {
	height: auto;
	width: 800px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
img {
 vertical-align:top;
}

