body {
	font-family: 'Open Sans','Roboto', sans-serif;
}

 .bg {
	background: url(../images/footer_lodyas.png) repeat;
	position: fixed;
	width: 100%;
	height: 300%;
	top:0;
	left:0;
	z-index: -1;
}

#head {
	text-align: center;
	color: white;
	border-radius: 30px;
	z-index: 1;
}

#me {
	position: absolute;
	display: inline-block;
	border-radius: 50%;
	border: 2px solid white;
	z-index: 20;
	text-align: center;
	width: 200px;
	height: 200px;
	overflow: hidden;
	left: 42%;
	top: 35px;
}

#me img {
	position: relative;
	left: -30px;
	bottom: 30px;

}

.aboutme h3 {
	padding-top: 50px;
	text-align: center;

}

.aboutme, .contact {
	
	background: url(../images/white_wall.png) repeat;
	border: 2px solid black;
	border-radius: 10px;
	padding-left: 20%;
	padding-right: 20%;
	padding-top: 30px;
	margin-top: 20px;
	box-shadow: 3px 3px 20px 5px #0B1216;
}


.contact h2 {
	text-align: center;
}

table.contactTable {

	margin-left: auto;
	margin-right: auto;
}

.cType {
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
}

.cEntry {
	text-align: left;
}

.p1 {
	font-size: 14pt;
}

#bottomBar {
	position: relative;
	bottom: 0;
	text-align: center;
	color: white;
}

.bottomText {
	color: white;
	text-align: center;
}