html, body {
	background:url(images/bg.png) repeat;
	margin:0 auto;
	padding:0;
}
.arrow, .arrow:hover, .logo, .photography, .photography:hover, .design, .design:hover, .blog, .blog:hover, .close, .mail, .twitter, .skype {
	background:url(images/sprite.png);
}
.photography, .photography:hover, .design, .design:hover, .blog, .blog:hover, .mail, .mail:hover, .twitter, .twitter:hover, .skype, .skype:hover {
	display:inline-block;	
}
.arrow {
	background-position:-515px 0px;
	width:14px;
	height:20px;
	margin:0 0 -21px 371px;
	position:absolute;
}
	.arrow:hover {
		background-position:-515px -21px;
	}
.logo {
	background-position:0px 0px;
	width:511px;
	height:71px;
}
	.photography, .photography:hover {
		background-position:0px -76px;
		width:152px;
		height:104px;
	}
		.photography:hover {
			background-position:0px -185px;
		}
	.design, .design:hover {
		background-position:-155px -98px;
		width:105px;
		height:83px;
	}
		.design:hover {
			background-position:-155px -207px;
		}
	.blog, .blog:hover {
		background-position:-264px -77px;
		width:80px;
		height:104px;
	}
		.blog:hover {
			background-position:-264px -186px;;
		}
.close {
	background-position:-536px 0px;
	width:26px;
	height:25px;
	margin:5px;
}
.mail, .twitter, .skype {
	background-position:-365px -67px;
	width:82px;
	height:82px;
	margin:9px 0 0 175px;
}
.twitter {
	background-position:-464px -67px;
	margin:0;
}
.skype {
	background-position:-563px -67px;
	margin:0;
}
#centered {
	position:absolute;
	width:540px;
	height:330px;
	top:50%;
	left:50%;
	margin-top:-165px;
	margin-left:-270px;
}
#gameover {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:100;
	background:url(images/fuzz.gif);
	display:none;
	text-align:left;
}
.msgbox {
	position:absolute;
	width:500px;
	height:100px;
	z-index:200;
	border:5px solid #5a5a5a;
	background:url(images/bg-mb.png);
	top:50%;
	left:50%;
	margin-top:-50px;
	margin-left:-250px;
}
.msgbox span {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	font-weight:lighter;
	text-align:left;
	color:#6e6e6e;
	margin:20px 10px 0 15px;
	position:absolute;
}
.msgbox img {
	border:none;
	margin:5px 0 5px 5px;
}
.close {
	top:0px;
	float:right;
}
