@charset "utf-8";
html {
overflow: hidden;
}
body {
	background-image: url(images/corkbg1.jpg);
	background-repeat: repeat;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
    margin: 0;
	padding: 0;
	width: 100%;
}
a, a:hover, a:visited, a:active {
  text-decoration: none;
  outline: none;
}
a:focus {
  -moz-outline-style: none;
   text-decoration: none;
}
a img, img {
border: none;
outline: none;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	max-width: 1000px;
	min-height: 1%;
	height: auto;
}

#faqmain {
	width: 446px;
	height: 548px;
	margin-top: 0px;
	margin-left: 0px;
   margin-right: -30px;
   padding-left: 30px;
	background: url(images/faqs_main.png) no-repeat;
}

