body {
	font-family: Arial, Tahoma, sans-serif;
    background:#D0D1D3;
	text-align:center;
	font:12px "arial", sans-serif;
}

#frame {	
	width:800px;
	height:600px;
	text-align:left;
	position:relative;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	margin-bottom:0px;
	padding-bottom:0px;
}

#copyright {
	width:260px;
	heigth:15px;
	position:absolute;
	left:270px;
	bottom:0px;
	font:9px "arial", sans-serif;
}

