html, body {
	background-color: #1F1F1F;
	background-image: url('http://frankl.in/images/bg.gif');
	background-repeat: repeat;
	font-family: geneva, helvetica, arial, sans-serif;
	font-size: 12px;
}

a {
	text-decoration: none;
}

#bgMeta {
	position: absolute;
	display: none;
	right: 10px;
	bottom: 10px;
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

#bgMeta .box {
	position: relative;
	float: left;
	min-width: 50px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 12px;
	padding-right: 12px;
	background-color: #000;
	color: #0bf;
	font-size: 14px;
}

#bgMeta  :hover {
	background-color: #0bf;
	color: #fff;
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#bgMeta .box strong {
	font-size: 16px;
}

#bgMeta :hover,
#bgMeta :focus,
#bgMeta :active {
	color: #000;
}
	
#bgPhoto {
	display: none;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
}

.byWidth {
	width: 100%;
	height: auto;
}

.byHeight {
	width: auto;
	height: 100%;
}

#wrap {
	position: absolute;
	width: 233px;
	height: 200px;
	margin-left: 80px;
	margin-top: 80px;
	border: 0;
	background-color: #000;
	-moz-box-shadow: 0 3px 8px 0 #111;
	-webkit-box-shadow: 0 3px 8px #111;
	box-shadow: 0 3px 8px #111;
	z-index: 90;
	opacity: 0.8;
	filter: alpha(opacity = 80);
}

#header {
	position: relative;
	color: #fff;
	height: 50px;
	border-bottom: 1px solid #111;
}

#header .article {
	position: relative;
	margin-left: 25px;
	margin-top: 25px;
	font-size: 18px;
}

#header a {
	color: #fff;
}

#header a:hover,
#header a:focus,
#header a:active {
	color: #AF7227;
}

.headerLast {
	font-size: 16px;
	color: #666;
}

#footer {
	position: relative;
	color: #222;
	width: 100%;
	margin-top: 30px;
}

#footer .article {
	position: relative;
	margin-left: 25px;
	width: 200px;
}

#footer .article ul {
	padding: 0;
	display: block;
}

#footer .article li {
	display: inline;
	line-height: 35px;
}

#footer .article a {
	padding: 5px;
	margin-right: 5px;
	background-color: #AF7227;
	color: #000;
	text-decoration: none;
}

#footer .article a:hover,
#footer .article a:focus {
	background-color: #fff;
	color: #000;
}

#footer .article .alt {
	background-color: #000;
	color: #795A33;
}

#footer .article .alt:hover {
	background-color: #000;
	color: #fff;
}

#shadow {
	position: absolute;
	display: none;
	height: 0px;
	width: 100%;
	overflow: hidden;
	background-color: #000;
	line-height: 2px;
	opacity: .8;
}

