body {
	background-color: #0099CC;
	display: block;
	background-image: url('images/background.jpg');
	min-height: 100%;

	background-position: center bottom;
	background-repeat: repeat-x;
	background-attachment: fixed;
}

body, input, textarea, select {
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #114054;
	margin: 0px auto;
}
