body, html {
	height: 100%;
}

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

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

#bodytext {
	background-image: url(images/body_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 649px;
	min-height: 245px;
}

#bodytext_inside {
	padding: 15px;
}

#container {
	height: 100%;
}

#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: #000000;
	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 {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	width: 649px;
	height: 124px;
}
