/* CSS Document */
<style type="text/css" media="screen">

* {
	margin:0;
	padding:0;
	border:0;
}

body {
	margin:10px 10px 10px 10px;
}

p {
	margin:0;
}

div.ivContentLeft {
	float:left;
	width:49%;
}

div.ivContentRight {
	float:right;
	width:49%;
	border:dotted;
}

#ivOuterWrapper {
	padding:5px 5px 5px 5px;
}

#ivHeader {
	width:100%;
	height:100px;
}

#ivContent {
	width:100%;
	float:left;
}

#ivFooter {
	width:100%;
	height:100px;
	clear:both;
}

</style>