body {
	margin : 20px;
	padding : 0;
	font-size : 75%;
	line-height : 1.5
;
}

p {
	margin : 1em;
}

#a {
	width : 120px;
	padding : 1px 0;
	background : yellow none repeat scroll 0% 0%;
}

#b {
	width : 120px;
	padding : 1px 0;
	background : lime none repeat scroll 0% 0%;
	position : relative;
	top : 100px;
	left : 180px;
}

#c {
	width : 120px;
	padding : 1px 0;
	background : aqua none repeat scroll 0% 0%;
}

#d {
	width : 120px;
	padding : 1px 0;
	background : #cccccc;
}