@font-face {
	font-family: SanFrancisco; 
	src: url(sanfranciscolight.ttf);
}

html {
	background-image: url(images/background.jpg); -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
}

body {
	font-family: SanFrancisco; color: #424242; font-size: 92pt;
}

.fullsize {
	position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px; overflow-y: scroll;
}

.page {
	position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background: white; opacity: .5; filter:Alpha(Opacity=50);
}

.content {
	position: absolute; left: 0px; bottom: -400px; width: 100%; height: 700px; background: white; opacity: .7; filter:Alpha(Opacity=70); border-top: 1px solid #C1C1C1;
}

.email_icon {
	position: absolute; right: 50px; bottom: 20px; width: 250px; height: 250px; background-image: url(images/email_stamp_grey.png); background-repeat: no-repeat; background-size: 100%;
}

.logo {
	position: absolute; left: 50px; bottom: 80px; 
}