@charset "UTF-8";
/* CSS Document */

.background {
	background-image: url(images/aquamarine.jpg);
	background-repeat:repeat;
	width: 100%;
	height: 800px;
}

.aboutme {
	background-image: url(images/overlay_about.png);
	margin-left: auto;
	margin-right: auto;
	height: 600px;
	background-position:top;
	background-repeat: no-repeat;
	position:relative;
}

.aboutme_text {	
	padding-left: 550px;
	width: 400px;
	height: 400px;
	padding-top: 150px;
	z-index: 1;
	 position:absolute;
     top:0;
}


.img_center {
	display: block;
    margin-left: auto;
    margin-right: auto;
}

h2 {
    color: rgb(240,234,213);
	padding-left: 550px;

}
p {
    color: rgb(240,234,213);
	padding-left: 550px;
	
}
