body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px;
	font-size: 12px;
	padding: 0px;
	text-align: center;
/*	background: url('/assets/images/bg.jpg'); */
	background: #eaeaea;
}
a {
	color: #666666;
	text-decoration: underline;
}
#container {
	background: url(../images/bgcontainer.jpg) top left no-repeat;
	text-align: left;
	width: 710px;
	height: 510px;
	margin: 50px auto 0 auto;
}
#header {
	position: absolute;
	top: 165px;
	margin: 0 0 0 20px;
}
#services {
	position: absolute;
	top: 365px;
	text-align: center;
}
#services ul {
	margin: 0;
	padding: 0;
}
#services li {
	display: inline;
	padding: 15px;
}
#info {
	position: absolute;
	top: 415px;
	margin: 0 0 0 20px;
	width: 680px;
}
#info h1 {
	font-size: 16px;
	font-weight: bold;
}
