@CHARSET "UTF-8";

html {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}

div#logo {
	background:url('/img/logo-v2.gif');
	width:956px;
	height:383px;
	position:absolute;
}

div#contacts {
	width:343px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:265px;
	margin-left:-172px;
}

div#contacts .phone, 
div#contacts .mail{
	font-family:Arial;
	font-size:12px;
	color:#fff;
	margin:0px;
	padding:0px;
}

div#contacts .phone {
	float:left;
}