body {
padding: 0;
margin: 0;
background-image: url(images/watermark.gif);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: right bottom;
}

#top {
height: 150px;
margin: 0px 0px 0px 0px;
padding: 100px 30px 0px 30px;
background-color: white;
background-image: url(images/shadow.jpg);
background-repeat: repeat-x;
background-position: bottom;
}

#logo {
float: left;
position: relative;
}

#strap {
float: right;
position: relative;
top: 100px;

}

#text {
padding: 30px;
font-family: "Helvetica", sans-serif;
text-align: center;
}

h1 {
font-weight: normal;
font-size: 18px;
line-height: 40px;
}

p {
font-size: 12px;
line-height: 13px;
}

a {
	color: #008065;
	text-decoration: none;
}
