<!--
body {
	margin: 0px;
	padding:0px;
	background:white;
}

#page {
	width: 640px;
	text-align:center;
	margin: 0 auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0px;
	background: white;
	position:relative;
	border: 1px solid #6dcdf5;
	color:#333333;
}

#header {
	margin-top: 0px;
	position:relative; top:0px; left:0px; 
	width: 640px; height: 111px; 
	background: url(images/getlovebackheader.jpg) no-repeat; z-index:1;
}


#maintext {
	padding: 0 20px 0 20px;
	margin: 0px;
	text-align:left;
}

h1, h2, h3 {
	text-align: center;
}

.headline {
	color:#000099;
	padding: 10px; margin: 0px;
}

h3.headline {
	padding: 10px 30px 10px 30px;
}

.highlight {
	color: red;
}

.bodytext {
	line-height: 18pt;
}

#caption {
	position: absolute;
	top: 220px;
	left: 70px;
	z-index:2;
	font-weight:bold;
	font-size:10pt;
}


form {
	margin:0px; padding: 0px;
}


#footer {
	display:block; 
	width:640px; 
	text-align:center;
	background: #6dcdf5;
}

ul {
	list-style-type: none;
	padding: 10px 0 0 10px;
	margin: 0;
	text-align:left;
}
li{
	background: url(images/heart.gif) no-repeat 0.4em 0em;
	padding-left: 2.5em;
	padding-top: 0px;
	padding-bottom: 0.7em;
	align:bottom;
}

.submit {
	width: 500px; 
	height: 50px;
	position: relative; top: 5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
}

a.button{
	display: block;
	background: blue;
	width: 550px;
	height: 60px;
}

a.button:hover {
	background: red;
}

table {
	margin:0px; padding:0px;
}
-->