body {
	margin: 0; 
	overflow: hidden;
	background-size: 100%;
	-moz-background-size: 100%;
	-webkit-background-size: 100%;
	-o-background-size: 100%;
} 

.vkcom {
	position: absolute;
	right: 80px; 
	bottom: 40px;
	text-align: center; 
}

.footer{
	width: 100%; 
	text-align: center; 
	position: absolute; 
	bottom: 10px; 
	color: #ccc;
}

.footer a {
	color: #ccc;
	text-decoration: none;
}

.pic {
	position: absolute;
    width: 333px;
    height: 500px;
    left: 50%;
    top: 50%;
    margin-left: -166px;
    margin-top: -250px;
}

.round {
	border-radius: 100px;
	box-shadow: 0 0 0 3px #000, 0 0 13px #333;
}

@media (orientation: landscape) {
	body {
		background: url('/images/photo_landscape.jpg') no-repeat center top;
	}
}
@media (orientation: portrait) {
	body {
		background: url('/images/photo_portrait.jpg') no-repeat center top;
	}
}