@media print {
  html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  #footer {
    position: absolute;
    bottom: 0;
  }
}

body {
	color:#666;
	width:1000px;
	height:100%;
	margin:0; padding:0;
	font-family: helvetica, sans-serif;
	font-size:20px;
}

#header {
	height:150px;
}

#content {
	margin:80px 0;
}
#content h1 {
	color:#00523C;
	line-height: 0;
}
#content_text {
	padding:20px 100px;
}

#text {
	width:65%;
	float:left;
}
#info_box {
	border: solid 1px #00523C;
	padding:20px;
	width:25%;
	float:right;
	font-size:22px;
}
#info_box b {
	color:#00523C;
}

.center_text {
	text-align: center;
}

/*#footer {
	position: fixed; bottom:0;
	height:135px;
}*/

#left_border {
	position: absolute; top:0; left:0;
}

#right_border {
	position: absolute; top:0; left:997px;
}