@import url(base.css);

html {
	height:100%;
	}

body {
	min-height: 101%;
	background-color: #ADC8DA;
	background-image: url(../images/background3.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin:0;padding:0;
	font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}
