::-moz-selection { color: #fffef8; background: #08090d; }
::selection { color: #fffef8; background: #08090d; }

body, div, h1, a, span, div#preview, #work .preview {
	color: #08090d; /*22252a*/
}
body {
		font-family: 'Droid Serif', Georgia, Serif;
		font-size: 9px;
		text-align: center;
		color: #222;
		width: 800px;
		margin: 100px auto;
	}
	h1 {
		font-size: 60px;
		line-height: 1.6em;
	}
	h2 {
		font-size: 24px;
		line-height: 1.5em;
	}
	a {
		font-family: 'Droid Serif', Georgia, Serif;
		/*font-style: italic;*/
		font-weight: bold;
		color: #39bae4;
		text-decoration: none;
	}
 	div#copyright {
 		font-size: 9px;
 		text-align: center;
 		width: 600px;
 		padding-top: 30px;
 		margin: 0px auto;
 	}
 	div#preview {
		z-index: 9999;
		position: absolute;
		display: none;
		font-size: 14px;
		width: auto;
	}
	#preview div.img {
		color: #fff;
		text-shadow: none;
		padding: 12px;
		background: url(../img/pic.bg.png);
		border-radius: 4px; 
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	}
	#preview div.bottom {
		width: auto;
		height: 20px;
		background: url(../img/pic.arrow.png) no-repeat 20px -4px;
	}
	#preview img {
		padding: 0px;
		margin: 0px;
	}
	#work .preview {
		color: #000;
		background: none;
		padding-left: 0px;
		/*border-bottom: 1px dotted #999;*/
	}