* {
margin: 0;
padding: 0;
font-family: Sans-Serif;
}

body {
background: #18447b url(images/background.png) repeat-y center +.5em;
font-size: small;}

#guestbook_container {
width: 506px;
margin: 0 auto;
background: #fff;
}

#guestbook_welcome, #guestbook_sign {
height: 100px;
background: url(images/welcome_bg.png);
border-bottom: 1px #ccc solid;
}

#guestbook_welcome p, h2 {
margin: 1em;
}

#guestbook_sign p, h2 {
margin: 1em;
}

#guestbook_posts {
margin-top: 2em;
}

#guestbook_welcome h2 {
letter-spacing: -1000em;
background: url(images/welcome.png);
width: 131px;
height: 33px;
}

#guestbook_sign h2 {
letter-spacing: -1000em;
background: url(images/sign.png);
width: 61px;
height: 32px;
}

#guestbook_footer {
margin: 1em;
text-align: right;
}

#guestbook_smilies {
margin: 1em;
}

.guestbook_comment {
border: 1px solid #ccc;
margin: .5em;
}

.guestbook_comment p {
margin: .5em;
margin-top: 1em;
}

.guestbook_secimage {
display: block;
clear: both;
margin: .5em;
}

h1 {
letter-spacing: -1000em;
}

hr {
border-top: 1px solid #456c93;
margin: 1em auto;
width: 80%;
}

a {
color: #67A2DD;
text-decoration: none;
}

a:hover {
padding-bottom: .2em;
border-bottom: 1px solid #67A2DD;
}

form {
margin: 1em;
margin-top: 3em;
}

label {
display: block;
margin-top: .5em;
margin-bottom: .2em;
}
