HTML,BODY{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-size: 15px;
	background-image: url(img/bg.jpg);
	background-color: #CCC688;
	overflow: hidden;
}

P{
	font-size: 15px;
	margin-top:1px;
	margin-bottom:1px;
}
pre{
	line-height:115%;
	font-size:15px;
	overflow-y: hidden
    		white-space: pre-wrap;
    		white-space: -moz-pre-wrap;
    		white-space: -pre-wrap;
    		white-space: -o-pre-wrap;
   		word-wrap: break-word;
}

TABLE#main{
	table-layout: fixed; width: 720px;
	background-color: #EEE8AA;
	border-color: #666666;
}
TABLE#frame{
	table-layout: fixed; width: 160px;
	background-color: #EEE8AA;
	font-size: 16px;
	border-color: #666666;
}
TH{
	background-image: url(img/fr.jpg);
	text-align: left;
}
TD#ma{
	width: 240px;
	font-size:20px;
	text-align: center;
}

DIV#top {
	width: 100%;
	height: 100%;
	float: right;
	margin-left: -175px;
	overflow:auto;
}
DIV#in{
	margin-left: 210px;
}

DIV#fr {
	width: 170px;
	float: right;
}
DIV#wrapper {
	width: 100%;
	height: 100%;
}
DIV#cont {
	margin-top: 40px;
}

a:link { text-decoration:underline; color:#666666; }
a:visited { text-decoration:underline; color:#666666; }
a:hover { background-color:#DDDDDD;}