body {
	font-family: "Helvetica Neue", Arial, sans-serif;
	color: #333;
	background-color: #f9f9f9;
	position: relative;
	overflow-x: hidden;
}

.bg-pattern {
	background: url("../images/bgpattern-50.png") repeat;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.1;
	z-index: -1;
}

a {
	color: #006666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
