

@import url('img/wf.css');


body, html {
	overflow:hidden; height:100%;
	margin:0; padding:0;

	background:#fff;

	font-size:1em; font-weight:normal;
	font-family:'wf', Tahoma, sans-serif;
}

body, a span, a:link span, a:hover span, a:active span, a:visited span {
	color:#000;
	cursor:crosshair;
}

a { font-weight:normal; text-decoration:none; }
a:hover, a:active { color:#888; text-decoration:underline; }
a:visited { color:#888; text-decoration:underline; }


h3 { margin:0 0 -0.25em 0; padding:0; font-size:2.0em; font-weight:bold; text-decoration:none; }
h4 { margin:0 0 1.3em 0; padding:0; font-size:1.4em; line-height:1em; letter-spacing:0.1em; font-weight:normal; text-decoration:none; }

div { font-weight:normal; }
i { font-size:80%; font-weight:normal; font-style:italic; color:#aaa; }




div.big-box {
	font-family: sans-serif;
	font-size: 80px;
	font-weight: 800;
	color: #f8f8f8;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1.5em;
	width: 100%;
}




div.box {
	position:relative; clear:both; float:right;
	margin:5%; padding:0.7em 2em;
	background:#fff;
	border:1px solid #ccc;
	-moz-box-sizing:border-box;         /*border-box,padding-box*/
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	box-shadow:0px -3px 5px #eee;
}

div.contact {
	width:55%; min-width:280px;
}





