* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 14px/20px 'CharterOSCRegular';
	cursor: move;
	background: url(../images/bg.gif) no-repeat left top;
	width:3645px;
	height: 1455px;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

a{
	color: #000;
}

.pf{
	position: fixed;
}

#wrapper {
	h1{
		font: 44px/50px 'LineaturaLight';
		letter-spacing: 7px;
	}
	.credits{
		font: 15px/18px 'CirceRegular';
	}
	.description{
		font: 17px/21px 'CirceRegular';
	}
}

.obj{
	font: normal 15px/18px 'CirceRegular';
	text-align: center;
	position: absolute;
	width: 200px;
	
	span{
		font-weight: bold;	
	}
}