body {
	background: #525254 url(bg.png) repeat-y top center;
	margin:0; padding:0;
	text-align: center;
}
#loader {
	width: 100%;
	height: 500px;
	background: url(spinner.gif) no-repeat center center;
}
#container {
	position: relative;
	width:950px;
	margin-left: auto;
	margin-right: auto;
}
#linktoicv {
	position: absolute;
	top:0;
	right:0;
	width: 160px;
	height: 70px;
	cursor: pointer;
}
