#personal {
	float: right;
}

.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	z-index:1000 ;
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	line-height: 60px;
	height: 60px;
	text-align: center;
	color: #666;
	font-weight: 300;
	background: rgb(255, 255, 255);
}


.content{
	position: absolute;
	    top: 60px;
	    bottom: 60px;
	    left: 0;
	    right: 0;
}
.iframe{
	    width: 100%;
		height: 100%; 
		
}