body{
font-family: tahoma, sans serif;
background-color:black;
text-align:center;
}
h1{
	margin-top:0px;
	margin-bottom:20px;
}

#main{
display:inline-block;
padding:20px;
border-style:raised;
border-radius:20px;
border-color:#fc0;
border-style:outset;
margin-left:auto;
margin-right:auto;
background: #eb0;
text-align:center;
}
form {
display:inline-block;
}
a{
	font-weight:bold;
	text-decoration:none;
	color:#068;
}
