@import "styles.css";

* {
	margin: 0;
}

body {
	background: #D0D9D3;
	color: #000000;
	//text-align: left;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 10px;
	width: 125px;
	height: 23px;
}

#archive_button {
	position: absolute;
	right: 0px;
	top: 31px;
	padding: 0px;
	width: 71px;
	height: 14px;
	vertical-align: top;
}


#header {
	float: center;
	height: 43px;
	padding-left: 147px;
	padding-right: 147px;
	text-align: center;
}

#footer {
	float: center;
	text-align: center;
	padding: 10px;
	width: auto;
}

#overstrip {
	float: left;
	width: 100%;
	margin-top: -10px;
	margin-bottom: 10px;
}

#understrip {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: -10px;
}

#container {
	float: left;
	text-align: left;
	background: #ffffff left;
	width: 100%;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	padding-top: 30px;
	padding-bottom: 40px;
}

img {
	border-style: none;
}
