body {
	margin: 0px;
	font-family: Helvetica;
	font-size: 11px;
	color: #424141;
	background-color: #dbd7d6;
}

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

a:hover {
	color: #424141;
	text-decoration: underline;
}

#content {
	background-repeat: no-repeat;
	background-image: url(../images/bg.jpg);
}

.text {
	margin-top: 45px;
	float: left;
	margin-left: 55px;
	width: 450px;
}

.left {
	width: 248px;
	float: left;
}

.img {
	margin-right: 15px;
}
.right {
	width: 135px;
	float: right;
}

