@import url(null.css);

html {
/* 	background: #3cf url(img/html_bg.jpeg) top repeat-x; */
}
body {
	width: 1000px;
	margin: 0 auto;
	font: normal 1em verdana,sans-serif;
}
p {
	padding: 1em 0;
	text-indent: 2em;
}
	p:first-child {
		text-indent: 0;
	}
