@charset "UTF-8";
html {
	width: 100%;
	margin: 0;
	padding: 0;
}
body {
	background-image: url(images/plast-bg.jpg);
	background-repeat: repeat;
	width: 100%;
	margin: 0;
	padding: 0;
}
#wrapper {
	width: 800px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	padding-top: 0px;
	height: 700px;
	background-image: url(images/bgwh.png);
	background-repeat: repeat;
	position: relative;
}
#logo {
	height: 309px;
	width: 309px;
	position: absolute;
	left: -23px;
	top: -20px;
	z-index: 10;
}
#banner {
	height: 230px;
	width: 716px;
	position: absolute;
	left: 68px;
	top: 16px;
	z-index: 9;
	background-image: url(images/bannerbg.png);
	background-repeat: repeat-y;
}
#slide {
	text-align: right;
	margin: 12px;
	padding-left: 210px;
}
#pdf {
	height: 163px;
	width: 223px;
	position: absolute;
	left: 4px;
	top: 290px;
}
#contact {
	width: 187px;
	position: absolute;
	left: 19px;
	top: 470px;
	background-color: #06467f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding: 10px;
	text-align: left;
	vertical-align: text-top;
}
#content {
	width: 450px;
	position: relative;
	left: 280px;
	top: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #06467f;
	text-align: justify;
}
#content2 {
	width: 330px;
	position: relative;
	left: 280px;
	top: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #06467f;
	text-align: justify;
}
#obj {
	width: 274px;
	position: relative;
	top: 120px;
	right: -630px;
}

a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #0F3;
}
a:active {
	color: #FFF;
}
