﻿@charset "utf-8";
/* Medi+Vital v1vCard STYLESHEET 1.0 */
/* 2016-10-25 by nv */

html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Clear Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	background-color: #ffffff;
	border: none;
	height: 100%;
	
	color: #333333;	
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #e87208;
}

p {
	margin: 8px 0px;
}

h1 {
	font-size: 14px;
	font-weight: 600;
	color: #00b9e3;
	
	margin: 70px 0px 0px;
}

h5 {
	margin: 8px 0;
	font-size: 1em;
	font-weight: bold;
}

div#wrapper {
	height: 100%;
	overflow: hidden;
	min-height: 400px;
}



div#main {
	width: 400px;
	position: absolute;

	top: 50%;
	left: 50%;
	margin-top: -158px;
	margin-left: -200px;

	text-align: center;
	
}

