html, body{
	width: 100%;
	height: 100%;
	margin: 0;
	pading: 0;
	/*overflow: hidden;*/
}

body {
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 10px;
	/*background: url(images/grid.gif);*/
}

img {
	border:0;
}

#tagline {
	float: right;
	margin-bottom: 25px;
}

#header {
	text-align: left;
	padding-top: 60px;
	padding-left: 50px;
}

#main {
	width: 801px;
	margin-left: auto;
    margin-right: auto;
}

#footer{
	position: relative;
	text-align:center;
	bottom: 0px;
	width: 100%;
}

div#qTip {
	border: 0px;
	display: none;
	background: url();
	position: absolute;
	z-index: 1000;
}


a {
	text-decoration: none;
	color: black;
}

p {
	margin-top: 36px;
	margin-bottom: 36px;
}

p.signup {
	margin-top:0px;
	margin-bottom: 15px;
}

p.form {
	margin-top:10px;
	margin-bottom: 10px;
}

p.spreadout {
	margin-top:0px;
	margin-bottom: 14px;
	word-spacing: 220px
}

p.spreadout2 {
	margin-top:4px;
	margin-bottom: 4px;
	word-spacing: 25px
}

p.pigeonNumber {
	font-size: 35;
}

input[type="text"] {
	font-size: 35px;
}

input[type="password"] {
	font-size: 35px;
}

input.button {
   font-size:0px;
   color:#000000;
   width:290px;
   height:71px;
   background:url(images/register.png);
}