body, html {
	height: 100%;
	text-align: center;
}

body {
	background-image: url(images/bg_loop.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #ff99be;
	margin: 0px;
}

body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
}

form {
	margin: 0px;
}

#container {
	height: 100%;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-position: bottom;
}

#bodyimage_home {
	background-image: url(images/home_image.jpg);
	background-position: center;
	background-position: top;
	background-repeat: repeat-y;
	width: 764px;
	height: 437px;
	max-width: 764px;
	max-height: 437px;
	text-align: center;
}

#bodytext_home {
	color: #000000;
	margin-top: 85px;
	margin-left: 52px;
	width: 290px;
	float: left;
	text-align: left;
}

#comment_entry {
	margin-top: 15px;
	border-top: solid 1px #FF6699;
	padding-top: 10px;
	text-align: left;
}

#subscribe_header {
	font-size: 11px;
	text-align: right;
	color: #FFFFFF;
	font-weight: bold;
	padding-right: 5px;
}

input, #comments_input {
	border: solid 1px #ff99be;
	font-size: 12px;
	color: #800040;
	margin: 1px;
	background-color: #FFF2FF;
}

#input {
	height: 16px;
	vertical-align: middle;
}

#header {
	width: 740px;
	height: 39px;
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
}
