* {
	margin:0;
	padding:0;
	border:none;
}
body {
	background: #000 url(img/bg-body3.jpg) center center no-repeat;
}
html {
	height: 100%; 
}
html>body {
	font-size:12px;
}
#container {
	height: 450px;
	width: 800px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -400px;
	margin-top: -225px;	
}
#inner {
	position: relative;
}
#navigation {
	position: absolute;
	top: 35px;
	right: 103px;
}
#navigation li {
	float: left;
	margin-left: 20px;
}
a#blog {
	display: block;
	height: 25px;
	width: 75px;
	text-indent: -9999em;
	background: url(img/bg-a-blog.png) 0 0 no-repeat;
}
a#website {
	display: block;
	height: 25px;
	width: 121px;
	text-indent: -9999em;
	background: url(img/bg-a-website.png) 0 0 no-repeat;
}
#navigation ul li a:hover {
	background-position: 0 -30px;
}
h1 {
	text-indent: -9999em;
	display: block;
	height: 86px;
	width: 290px;
	background: url(img/bg-h1.png) 0 0 no-repeat;
	margin: 0 0 10px -25px;
}
h2 {
	color: #C9B679;
	font: bold 16px/22px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
	margin: -6px 0 10px 0;
}
p {
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
	color: #cfcfcf;
	margin: 0 0 8px 0;
}
a:focus {
	outline:none;
}
li {
	list-style-type: none;
}
#container img {
	float: left;
	margin: 0 20px 0 0;
}
p a {
	/*padding-left: 8px;
	background: url(img/bg-a-int.gif) left center no-repeat;*/
	text-decoration: none;
	color: #C9B679;
}
p a:hover {
	text-decoration: underline;
}
/* IE PNG fix ------------------*/
img, div { behavior: url(iepngfix.htc) }



