body {
background-color:	#cccccc;
margin:			0;
}

#pdfViewerMain {
position:		absolute;
width:			1400px;
height:			500px;
text-align:		center;
margin-left:		auto;
margin-right:		auto;
}

#pdfViewerWide {
background-image:	url('/images/pdfbgwide.png');
background-repeat:	no-repeat;
width:			1056px;
height:			659px;
/*background-color:	#128945;*/
position:		relative;
}

#pdfwideleft {
position:               absolute;
top:                    30px;
left:			80px;
}

#pdfwideright {
position:               absolute;
top:                    30px;
left:			550px;
}

#pdfwidebuttonprev {
position:		absolute;
top:			270px;
left:			3px;
}

#pdfwidebuttonnext {
position:		absolute;
top:			270px;
right:			7px;
}

.navbutton {
width:			50px;
height:			65px;
border:			0;
}

#pdfviewernavi {
position:		absolute;
z-index:		5;
background-image:	url('/images/pdfviewernavi.png');
background-repeat:	no-repeat;
width:			381px;
height:			48px;
}

#where {
position:		absolute;
text-align:		center;
/*background-color:	#346512;*/
left:			28px;
top:			21px;
width:			45px;
height:			12px;
font-size:		10px;
}

#zoom {
position:		relative;
background-image:	url('/images/zoom.png');
background-position:	center;
background-repeat:	no-repeat;
top:			0px;
left:			0px;
width:			1050px;
height:			1138px;
}

#doc {
position:		relative;
background-image:       url('/images/doc.png');
background-position:    center;
background-repeat:      repeat-y;
top:                    0px;
left:                   0px;
width:                  1050px;
height:                 100%;
}

#docContent {
width:			800px;
}

#zoomimg {
position:		absolute;
top:			10px;
left:			150px;
}

#zoomright {
position:		absolute;
width:			750px;
top: 			10px;
left:			150px;
}

.pdfzoombuttonnext {
position:		absolute;
right:			19px;
}

.pdfzoombuttonprev {
position:		absolute;
left:			19px;
}
