body, html {
	margin:0;
	height:100%;
	width:100%;
	min-height:600px;
	min-width:800px;
	font-family:Arial, Helvetica, sans-serif, "Myriad Pro";
}
#wrap {
	top:30px;
	position:absolute;
	z-index:2;
	width:100%;
}
#menu {
	position:absolute;
	top:0;
	left:150px;
	width:800px;
	height:100px;
	z-index:3;
}
#content {
	top:80px;
	left:150px;
	right:150px;
	z-index:2;
	position:absolute;
	width:auto;
	height:auto;
	padding:50px;
	padding-bottom:50px;
	background-image:url(br.png);
	background-repeat:repeat;
	
}
#br {
	height:100%;
	width:100%;
	z-index:0;
	position:fixed;
	top:0;
	left:0;
	min-height:600px !important;
	min-width:800px !important;
}
	
