html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -------- */


body {
	background-image: url('images/bg.png');
	background-color: #12181F;
	margin: 0;
	padding: 0;
	color: white;
	font-family: "Lucida Grande";
	font-size: 0.6em;
}
#header {
	max-width: 960px;
	height: 134px;
	background-image: url('images/header.png');
	margin: 0 auto 20px auto;
	position: relative;
}
#board {
	width: 100%;
	position: relative;
	margin: 0 auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
/* 	padding: 0 20px; */
}
#content {
	max-width: 960px;
	margin: 0 auto;
}
.box img {
	display: block;
	max-width: 100%;
	width: 100%;
}
span.over {
	-webkit-box-shadow: inset 0px 0px 10px 10px , 0, 0, .5);
	-moz-box-shadow: inset 0px 0px 10px 10px , 0, 0, .5);
	box-shadow: inset 0px 0px 10px 10px , 0, 0, .5);
/* 	border: 2px solid red; */
/* 		opacity: 0.25; */
}
.box.over {
	border-color: red;
}
.none {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.box {
	width: 210px;
	margin: 10px;
	float: left;
	display: block;
	position: relative;
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 20px 0px #000000;
	-moz-box-shadow: 0px 0px 20px 0px #000000;
	box-shadow: 0px 0px 20px 0px #000000;
	border: 5px solid white;
}
a:link {
	text-decoration: none;
	font-weight: bold;
	color: white;
}
a:visited {
	color: white;
}
.box span {
	position: absolute;
/* 	z-index: 0; */
	width: 100%;
	height: 100%;
	text-align: center;
}
.box span a {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	padding: 10px;
	background-color: red;
/* 	z-index: 5 !important; */
}
.box span a:hover {
	background-color: grey;
}
.box a:hover span {
	display: block;
	text-transform: uppercase;
}
.box a:hover img {
	opacity: 0.3;
}
.note {
	left: 10px;
	top: 10px;
}
#file_upload {
	position: fixed;
	top: 20px;
	left: 50px;
}