<?xml version="1.0" encoding="utf-8"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<style type="text/css">

html {
  background: silver;
  border: 5px dashed blue;
}

body {
  background: #666 url(../../images/bottom.jpg) no-repeat bottom;
  border: 5px dashed red;
  outline: 5px dashed lime;
}
.block {
  height: 200px;
  border: 5px solid yellow;
}
.float {
  float: right;
  width: 200px;
  height: 200px;
  border: 5px solid orange;
}

ul {margin:0px;}

</style>

</head>
<body>

<div class="block">regular block
	<ul>
	  <li><a href="root-bfc-icb1.htm">Test 1 - HTML</a></li>
	  <li><a href="root-bfc-icb2.htm">Test 2 - HTML</a></li>
	  <li><a href="root-bfc-icb1.xml">Test 1 - XML</a></li>
	  <li><a href="root-bfc-icb2.xml">Test 2 - XML</a> (testing)</li>
	  <li><a href="root-bfc-icb1a.htm">Test 1 - XHTML served as HTML</a></li>
	  <li><a href="root-bfc-icb2a.htm">Test 2 - XHTML served as HTML</a></li>
	</ul>
</div>

<div class="float">floating block</div>

</body>
</html>
