/* Basic layout: */

body {
	margin: 0px;
	background-color: #fff;
}

/* Clearing div: */

div.clear {
	clear: both;
}

/* PNG behaviour: */

img.png {
	behavior: url(/css/pngbehavior.htc);
}