@import url('http://fonts.googleapis.com/css?family=Droid+Sans');

@import url('http://fonts.googleapis.com/css?family=Nobile');

body {
	height: 100%;
	background: #EEEEEE;
	font: 14px/16px 'Droid Sans', Verdana, Geneva, sans-serif;
	padding: 0;
	margin: 0;
}

.screen {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
}

.page {
	background: #FFFFFF url('background.png') no-repeat fixed center center;
	width: 800px;
	margin: 0 auto;
	height: 100%;
}

.content {
	padding: 30px;
}

h1,h2,h3,h4,h5 {
	font-family: arial, sans-serif;
}

.tekst-logo {
	margin: 0 20px 20px 0;
}

.vcard {
	margin: 0;
	height: 300px;
	width: 200px;
}

.vcard .fn {
	font-weight: bold;
}