@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
}
 #container {
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	position:relative;
	top: 60px;
}


 #series {
	position:relative;
	top: -270px;
	left: 350px;
	width:180px;
visibility:hidden;
	z-index:99;
}

 #tearsheets {
	position:relative;
	top: -315px;
	left: 340px;
	width:100px;
	visibility:hidden;
	z-index:99;
}
