body {
	margin:0px;
	padding:0px; 
	background:#000;
	background-image: url(frame.jpeg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: 50% 0%;
	text-align:center;
}
#content {
	background-color:#FFF;
	text-align:left;
	border:2px solid gray;
	height:89%;
	margin:25px auto 0px;
	overflow:scroll;
	overflow-x:hidden;
	overflow-y:scroll;
	padding:10px;
	width:710px;
}