body {
	background: #ffffff url('../img/bg.jpg') top center no-repeat;
	font-family: 'helvetica', arial, verdana;
	text-align: center;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

p {
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 20px;
}

a {
	color: #383838;
	text-decoration: none;
}

a:hover {
	color: #999999;
	text-decoration: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearDiv {
	clear: both;
	height: 20px;
}