body{
	margin-top:30px;
}

.nojs, .oldbrowser{
	position:fixed;
	z-index:10;
	top:0px;
	overflow:hidden;
}


body #progressBar.fixed{
	top:40px;
}

@media only screen and (max-width: 960px){
	html body.CV{
		margin-top:100px;
	}
	body #progressBar{
		top:30px;
	}
}

@media only screen and (max-width: 480px){
	.nojs{
		line-height:13px;
		font-size:13px;
	}
}