html, body {
	height:100%;
	margin:0px;
	padding:0px;
	font-size:90%;
}

body > #container {
	height:auto;
}

#container {
	width:550px;
	margin:auto;
	height:100%;/* for IE6 */
	min-height:100%;
	height:auto;
	padding:10px;
}


p{
	margin:0px;
	padding:0px;
}

th{
	background-color:#FFE9D2;
	text-align:left;
}

ul li{
	line-height:150%;
}

h1{
	border-bottom:#006600 solid 2px;
	padding-bottom:5px;
}

h3{
	border-left:#060 solid 3px;
	padding:5px;
}

img{
	border:0px;
}

.button{
	width:150px;
	height:30px;
}

.suryo{
	width:80px;
}