* { margin: 0; padding: 0; }

body {
	background: #030303;
	color: #fff;
	margin: 0 auto;
	font: 62.5%/1.0 Helvetica, Arial, sans-serif;
	background-image: url('/images/back-tile.jpg');
}

a, a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}
a:hover { border-bottom: 1px solid; }

h1 {
	font-size: 6.4em;
	letter-spacing: -.02em;
	font-weight: bold;
	line-height: 1em;
	padding-top: 12px;
}
h1 a:hover { border-bottom: none; }
h2 {
	font-family: Georgia, serif;
	font-size: 3.0em;
	letter-spacing: -.02em;
	font-weight: normal;
	color: #eee;
	font-style: italic;
	padding: 6px 0;
}

p {
	font-size: 1.5em;
	margin: 6px 0;
}

#container {
	margin: 0 auto;
	width: 864px;
	padding: 36px 0;
}
#pic,
.pic {
	width: 332px;
	min-height: 288px;
	background-color: #fff;
	z-index: 1000;
	float: left;
	margin-bottom: 24px;
}
#pic a, .pic a,
#pic a:hover, .pic a:hover,
#pic a img, .pic a img,
#pic a img:hover, .pic a img:hover {
	border: 0;
}
#displayed,
.displayed {
	padding: 6px;
	width: 320px;
	z-index: 1001;
	min-height: 240px;
}

#footer {
	border-top: 1px solid #333;
	width: 864px;
	margin: 24px auto;
	padding-top: 12px;
	clear: both;
}
#footer p {
	font-size: 15px;
	color: #555;
	letter-spacing: -0.02em;
	text-align: right;
	margin: 3px 0;
	line-height: 1em;
}
#footer a { color: #bbb; }
#footer a:hover { color: #fff; }

.nice-border { 
	border: 6px solid;
	border-top-color: #888;
	border-left-color: #888;
	border-bottom-color: #555;
	border-right-color: #555;

}

.spinner { background: url('http://img.bushlolz.com/_loading.gif') no-repeat center center; }
.spinner2 { background: url('http://img.bushlolz.com/_loading-all.gif') no-repeat center center; width: 100%; }

.alignleft { float: left; }
.alignright { float: right; text-align: right; }
.clear { clear: both; }
.center { text-align: center; }