<style type="text/css" media="screen">
body {
	margin:0;
	padding:0;
	height:100%; /* this is the key! */
	width:100%
}

div#content {
	margin:0;
	padding:10px;
	}

div#container {
	margin-right: auto;
	margin-left: auto;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	behavior: url(border-radius.htc);
	overflow: hidden;
	font-family: Arial;
	font-size: 16px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	color:#333;
	background:#ffc;
	border:3px solid #000000;
	padding:0;
	width:90%;
}

.images {
	position:relative; top: 5px; right: 5px;
	border:1px;
	padding:5px; 5px;
}

p.top {
	margin-top:20px;
}
