* {
	margin:0;
	padding:0;
}

html, body {
	background-color:#F3FFE5;
	font-family:Arial, Helvetica, sans-serif;
	height: 100%;
	width:100%;
}

div.logo {
	position:fixed;
	right:5px;
	top:5px;
}

div.wrapper {
	position:relative;
	background-color:#D5FFA8;
	width:861px;
	margin:auto;
	min-height:100%;
	height:auto;

	border-right:3px groove #126702;
	border-left:3px ridge  #126702;
}

div.line_1 {
	position:absolute;
	background-color:#126702;
	width:861px;
	height:5px;
	z-index:2;
	top:150px;
}

div.head {
	width:861px;
	height:30px;
	
	background-image:url(../img/bg_head.png);
	background-repeat:no-repeat;
	height:150px;
}

div.middle {
	margin-top:0px;
	width:861px;
	height:auto;
	overflow:auto;
}

div.middle_content {
	float:left;
	width:640px;
	height:auto;
	padding-top:20px;
	padding-bottom:50px;
	margin-bottom:100px;	
}

div.marginal {
	float:left;
	width:210px;
	margin-top:60px;
	height:auto;
}

div.feed {
	position:fixed;
	background-image:url(../img/bg_feet.png);
	background-repeat:no-repeat;
	width:861px;
	height:145px;
	bottom:0px;
	margin-top:100px;
}