body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #fff;
	background-color: #000;
	text-align: center;
	margin: 0;
}

a:link, a:visited {
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

#container {
	text-align: left;
	width: 758px;
	margin: 0 auto;
}

h1 {
        text-indent: -10000px;
    	height: 120px;
	background-image: url(hms.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: 8;
        -moz-border-radius: 1em 1em;
	border: 1px solid white;
}

h2 {
	font-size: 18px;
	color: #638F72;
	margin: 0;
}

form {
	margin: 0;
}

#ad1 {
	height: 52px;
	padding: 3px 0 0 7px;
}

#ad2 {
	height: 267px;
	padding: 10px 0 0 10px;
	border: 1px solid white;
        -moz-border-radius: 0.8em 0.8em;
}

#ad3 {
	height: 111px;
	clear: both;
	padding: 17px 0 0 13px;
}

#sinput {
	height: 32px;
	width: 580px;
	border: 0;
	padding: 4px;
	padding-left: 10px;
	font-size: 24px;
	float: left;
	border: 2px solid white;
	color: #ffffff;
	background-color: #000000;
        -moz-border-radius: 0.5em 0.5em;
}

#btn
{
  margin-left: 20px;
  height: 42px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: courier;
  font-weight: bold;
  font-size: 22px;

  border: 2px solid white;
  color: #ffffff;
  background-color: #242;
  cursor: pointer;
  -moz-border-radius: 1.5em 1.5em;
}

#info {
	height: 193px;
	padding: 13px 13px 0 13px;
	font-size: 14px;
}

#info p {
	margin: 5px;
}

