@import url("reset.css");
@import url("fonts.css");

html, body
{
	width:100%;
	height:100%;
	background-color:#f8f8f8;
}

#teaser
{
	width:340px;
	height:100%;
	padding-left:50px;
	padding-right:50px;
	background:url(/img/logo-itcoach.png) no-repeat #fff;
	background-position:100px 100px;
	position:absolute;
	left:50%;
	margin-left:-200px;
}

#contact
{
	float:left;
	margin-top:250px;
	padding-left:86px;
}

h1
{
	font-family: 'KlavikaBoldBoldOSTF', Arial, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#999;
	padding-right:10px;
	display:inline;
}

p
{
	font-family: 'KlavikaRegular', Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#999;
	line-height:26px;
	display:inline;
}

p.soon
{
	font-family: 'KlavikaRegular', Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#bbb;
	line-height:50px;
	display:inline;
}

a
{
	font-family: 'KlavikaRegular', Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#999;
}

a:hover
{
	border-bottom:1px dotted #777;
	text-decoration:none;
	color:#777;
}