#about-me-container {
	padding-bottom: 45px;
}

#about-me {
	width: 750px;
	
	padding: 20px;
	margin-left: 80px;
	margin-right: 80px;
	
	font-size: 18px;
	
	/* IE fallback */
	background-color: rgb(202, 206, 205);
	background-color: rgba(202, 206, 205, 0.4);	
	
	line-height: 25px;
}

.about-image {
	padding: 3px;
	border: 1px solid #000;
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}


#about-me a {
	color: #CACECD;
}

.about-page-button {
	width: 500px;
	height: 30px;
	
	margin-left: auto;
	margin-right: auto;
}

#about-download-cv{
	text-align: center;
	height: 60px;
}

.about-icon-pdf {
	height: 32px;
	float: left;
	margin-top: 30px;
	padding-top: 7px;
	padding-left: 40px;
	background-image: url("../img/icon_pdf.png");
	background-repeat: no-repeat;
}

.about-icon-pdf a{
	color: #404E4C !important;
}

.about-icon-doc {
	height: 32px;
	float: right;
	margin-top: 30px;
	padding-top: 7px;
	padding-left: 40px;
	background-image: url("../img/icon_doc.png");
	background-repeat: no-repeat;
}

.about-icon-doc a{
	color: #404E4C !important;
}
















