
html
	{
	overflow: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

body
	{
	width: auto;
	height: 92%;
	padding: 10px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	background-color: #888888;
	}

/* DIV BLOCKS */

#display
	{
	width: 777px;
	height: 300px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px 0px;
	background-color: #888888;
	}

#title	{
	width: 777px;
	height: 59px;
	padding: 0px 0px 0px 13px;
	margin: 0px auto 0px 0px;
	background-color: #888888;
	background-image:url("../images/main/title.gif"); 
	background-repeat:no-repeat;
	}

#end	{
	width: 777px;
	height: 180px;
	padding: 0px 0px 0px 13px;
	margin: 0px auto 0px 0px;
	background-color: #888888;
	background-image:url("../images/main/end_rpt.gif"); 
	background-repeat:repeat-y;
	}

#footer	{
	width: 777px;
	height: 20px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px 0px;
	background-color: #888888;
	background-image:url("../images/main/footer.gif"); 
	background-repeat:no-repeat;
	}


#topic	{
	width: 748px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 21px 0px 0px 0px;
	background: transparent; 
	z-index:10;
	}


.textline 
	{
	position:absolute; 
	width: 767px; 
	text-align:right; 
	left: 0; top:50; 
	background: transparent
	}


