body, html{
	margin:0;
	padding:0;
	background:url(/static/core/pict/type.png);
	font-family: "Tahoma", "Geneva", sans-serif;
}

#main{
	background: url(/static/core/pict/type.png);
	background-repeat: repeat;
	position: absolute;
	margin:0px auto;
	width:900px;
	min-height: 100%;
	height: 100%;
	overflow: hidden;
}

div.photo_img {
	height: 100%;
	position: absolute;
	margin-top: 50px;
	margin-left:150px;
	z-index: 1;
}

div.photo_img img{
	width: 400px;
	height: 400px;
	margin-left:25px;	
}
 
.wide_line{
	background:white;
	opacity: 0.15;
 	width:450px;
 	height: 100%;
	position:fixed;
	margin-left:150px;
	overflow: hidden;
}

.full_name{
	margin-top: 450px;
	margin-left: 150px;
	float: left;
}

p.first_name{
	color: #b9bcbd;
	font-size: 18px;
	padding: 15px 0px 15px 25px;
}

p.job{
	color: #b9bcbd;
	font-size: 14px;
	padding: 15px 0px 0px 25px;
}

.info {
	font-size: 16px;
	margin-left: 650px;
	margin-top: 50px;
}

a{
	color: #847c7c;
	text-decoration: none;
	line-height: 2;
}

a:hover{
	color: #FF4500;
}

img{
	width: 32px;
	height: 32px;
	vertical-align: middle;
	margin-right: 5px;
	padding-bottom: 5px;
}
