#contactInfo {
	position: fixed;
	top: 50px;
	right: 10px;
	padding: 5px;
	line-height: 1.5em;
	width: 280px;
	float: right;
}
#contactInfo #name {
	font-size: 1.3em;
}

#contactInfo #adress {
	font-size: .9em;
	line-height: 1.2em;
	margin-top: 2px;
}

* html #nonhome #contactInfo {
    margin-top: -480px;
}
