#container {
    position: relative;
    margin: 0 auto;
    width: 915px;  
    min-height: 1250px;
	background:url(../images/background-about.jpg) no-repeat;
}

#header {
	background: url(../images/header-about.jpg) top left no-repeat;
	position: absolute;
	top: 56px;
	left: 10px;
	width: 895px;
	height: 117px;
}

#header span {
	display: none;
}

#nav {
	position: absolute;
	top: 129px;
	left: 475px;
	width: 420px;
	height: 42.5px;
}

#nav a:hover {
	background-position: bottom;	
}

#nav span {
	display:none;
}

#about-panel {
	background: url(../images/about-repairing-panel.png) top left no-repeat;
	position: absolute;
	top: 183px;
	left: 13px;
	width: 894px;
	height: 243px;	
}

#about-text {
	position: absolute;
	top: 35px;
	left: 20px;
	width: 850px;
	height: 243px;
	font-family: Arial;
	font-size: 14px;
	color: #7E7E7E;
	font-weight: normal;
}

#blog-panel {
	background: url(../images/about-blog-panel.png) top left no-repeat;
	position: absolute;
	top: 427px;
	left: 13px;
	width: 894px;
	height: 392px;	
}

#blog-recent-panel {
	background: url(../images/blog-recent-panel.png) top left no-repeat;
	position: absolute;
	top: 72px;
	left: 488px;
	width: 347px;
	height: 286px;	
}

#blog-rss {
	background: url(../images/rss.png) top left no-repeat;
	position: absolute;
	top: 25px;
	left: 26px;
	width: 32px;
	height: 32px;	
}

#blog-headline {
	position: absolute;
	top: 28px;
	left: 60px;
	width: 200px;
	height: 20px;	
}

#blog-headline a {
	text-decoration: none;
	color:#585757;	
}

#blog-headline a:hover {
	text-decoration: underline;
}

#blog-text {
	position: absolute;
	top: 70px;
	left: 26px;
	width: 400px;
	height: 50px;
	font-family: Arial;
	font-size: 14px;
	color: #7E7E7E;
	font-weight: normal;	
}

#blog-image {
	background: url(../images/blog.png) top left no-repeat;
	position: absolute;
	top: 140px;
	left: 26px;
	width: 347px;
	height: 219px;
	z-index: 9;
}

#blog-recent-headline {
	position: absolute;
	top: 20px;
	left: 13px;
	width: 340px;
	height: 20px;	
}

#blog-entries {
    margin: 45px 0 0 12px;
    background: none;
    color: #7E7E7E;
    font-family: Arial;
    font-size: 16px;
    letter-spacing: -1px;
    font-weight: normal;
    z-index: 2;
}

#blog-entries p {
    margin: 5px 0;
}

#blog-entries a {
    padding-left: 5px;
    text-decoration: none;
	color: #81ad3a;
}

#blog-entries a:hover {
    text-decoration: underline;
}

#blog-entries a span {
    color: #999;
}

#hiring-panel {
	background: url(../images/about-hiring-panel.png) top left no-repeat;
	position: absolute;
	top: 818px;
	left: 13px;
	width: 894px;
	height: 385px;	
}

#hiring-text {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 850px;
	height: 243px;
	font-family: Arial;
	font-size: 14px;
	color: #7E7E7E;
	font-weight: normal;
}

#footer {
    position: absolute;
	top: 1220px;
	left: 20px;
	width: 895px;
	height: 20px;
	color: #747474;
	font-family: helvetica;
	font-size: 11px;
}
