#myDVDs {
	position: absolute;
	top: 100px;
	left: 160px;
	width: 600px;
	height: 500px;
	padding: 10px;
	border: solid 1px BurlyWood;
}
#myDVDsTitle { 
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 14px;
	background-color: BurlyWood;
}

#myDVDsBody { 
	position: absolute;
	top: 16px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	background-color: White;
	overflow: auto;
	font-family: verdana;
	font-size: 8pt;
}

