/* CSS Document */

div#middlebox {
    position: relative;  
	width:55%;
	left: 3%;
	top: 0px;
	margin-left: 3%;
}

div#rightbox {
	width:20%;
	float:right;
	height:400px;
	top: 30px;
	min-width: 150px;
}

div#footer {
	clear: both;
	margin: auto;
	padding-bottom: 20px;
	margin-top: 10px;
	text-align: center;
}

img {
  padding:0;
  margin:0;
}  	