html, body, input {
	font: 18px "Trebuchet MS",sans-serif;
}
html, body {
	background: url(/img/line.gif);
	color: #555;
	text-align: center;
}
a {	color: #555; text-decoration: underline;}
a:hover{color: #000; text-decoration: none;}
div#main {
	display: inline-block;
	background-color: #fff;
	border: 2px solid #999;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
}
div div{text-align: left;
	padding:  0 10px;}
hr {	height: 0;
	border: none;
	border-bottom: 1px solid #999;}
h1 {	margin: 10px;
	font-weight: bold;}
