body {
	color:#fff;
	background-color:#036;
	margin:10px 20%;
	font-family:'Times New Roman', Times, serif;
}

h1 {
	background-color:#096;
	-moz-border-radius:8px;
	behavior:url(round.htc);
}

div {
	margin:20px 0;
	background-color:#069;
	-moz-border-radius:8px;
	behavior:url(round.htc);
}

#id1 {
	background-color:#933;
	-moz-border-radius:8px;
	behavior:url(round.htc);
}

#id2 {
	border:solid 1px #69c;
}
