* {
	margin: 0;
	padding: 0;
	outline: none;
}

.text_indent {
	text-indent: -1000em;
}

body {
	background: white url('../images/page.jpg') 0 0 no-repeat;
	margin-bottom: 640px;
}

div#page {
	position: relative;
}

div.newsletter_box {
	position: absolute;
	top: 528px;
	left: 420px;
}

a#blog {
	display: block;
	position: absolute;
	top: 638px;
	left: 408px;
	text-indent: -9999em;
	width: 246px;
	height: 58px;
}

div.input {
	float: left;
	background: url('../images/text.jpg') no-repeat scroll top left;
	width: 171px;
	height: 24px;
}

input.email_address {
	color: #999;
	padding: 0;
	border: 0;
	background: none;
	font: 11px Arial, Helvetica, Verdana, sans-serif;
	width: 153px;
	padding: 6px 6px 0 12px;
}

input.submit {
	float: left;
	padding-left: 10px;
}

div.clear {
	clear: both;
}