html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
    background: #f3f3f3;
}

/*#background {
	background-image: url('/static/images/himalayas.jpg');
	background-position: center center;
	height: 100%;
	position: absolute;
	width: 100%;
}*/

#photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

#content {
    padding: 0 10px 10px 10px;
}

