body {
margin:7% 10%;
}

div, input, textarea {
font-family:Helvetica, Arial, sans-serif;
font-size:20px;
color:#000;
line-height:27px;
}

#logo {
width:100%;
height:119px;
background-image:url(../gfx/themessiahisback.png);
background-position:center;
background-repeat:no-repeat;
cursor:pointer;
}

h1 {
background:#000;
text-align:center;
color:#fff;
margin:0;
padding:2px 0 5px;
font-size:20px;
margin:50px 0 20px;
line-height:18px;
}
small {
font-size:13px;
}
a {
background:#000;
color:#fff;
text-decoration:none;
padding:0 2px 1px;
}
a:hover {
background:#fff;
color:#000;
}
input, textarea {
width:100%;
padding:4px;
}
input {
height:24px;
}
textarea {
height:400px;
}
.plus {
background:#000;
color:#fff;
border:0;
height:38px;
width:100px;
}