body {
	padding:50px 80px;
	font-family: Tahoma, sans-serif, verdana;
	text-align: justify;
	background-image:url(images/bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
}

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

#wrapper {
	margin: 0 auto;
}

:focus {
  -moz-outline-style:none;
}

p {
	font-size: 11px;
	text-align: justify;
}

ul {
	font-size: 11px;
}

.scrollBg {
	background-image:url(images/headerbg.jpg);
	background-color:#fff;
	width: 960px;
	height: 110px;
}

.scrollBg img {
	display: block;
}


