body {
	margin-top: 0px;	
	margin-bottom: 0px;
}

div#bigbox {
	/*background-image: url('images/background.jpg');*/
	background-repeat: repeat-y;
	width: 1000px;
	position: relative;
	text-align: center;
}

div#header {
	/*background-image: url('images/top.jpg');*/
	background-repeat: no-repeat;
	width: 988px;
	height: 82px;	
	margin-left: auto;
	margin-right: auto;
}

div#middle {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: -70px;
	text-align: left;
}

div#content {
	left: 10px;
	width: 765px;
	
	float: left;
	position: relative;
}

div#menu {
	width: 190px;
	height: 100px;
	margin-left: 20px;
	float: left;
	text-align: center;
}
