/* CSS Document */

body {
	background-color: #fffbcc;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-attachment: fixed;
}