@font-face {
    font-family: 'standingroomonly';
    src: url('standingroomonly.eot');
    src: url('standingroomonly.eot?#iefix') format('embedded-opentype'),
         url('standingroomonly.woff') format('woff'),
         url('standingroomonly.ttf') format('truetype'),
         url('standingroomonly.svg#standingroomonly') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
	margin:0px;
	height:100%;
}

body {
	background-color:#000;
	background-image:url(../bg.png);
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
}

.title {
	font-family: 'standingroomonly', Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	letter-spacing:1px;
}

.big {
	font-size:50px;
}

a:link, a:visited {
	color:#FFF;
	text-decoration:underline;
}

a:hover, a:active {
	color:#CCC;
}

.title a:link, .title a:visited {
	text-decoration:none;
}

#container {
	width:960px;
	border:solid white 5px;
	position:relative;
	margin:30px auto;
}

#content {
	margin:15px;
	position:relative;
}

#frame {
	display: block;
	position:absolute;
	height:auto;
	bottom:0;
	top:0;
	left:0;
	right:0;
	z-index:-1;
}

.corner {
	width:25px;
	height:25px;
	border:solid white 5px;
	position:absolute;
}

.top {
	border-top:none;
	top:0px;
}
.bottom {
	border-bottom:none;
	bottom:0px;
}
.left {
	border-left:none;
	left:0px;
}
.right {
	border-right:none;
	right:0px;
}
.width {
	margin:25px 0px;
	border-left:solid white 5px;
	border-right:solid white 5px;
}
.height {
	margin:0px 25px;
	border-top:solid white 5px;
	border-bottom:solid white 5px;
}

#gallery {
	text-align:left;
	margin:0px 25px;
	text-align: justify;
	font-size: 0.1px;
}

#gallery div {
	display:inline-block;
	margin:10px 0px;
}

#gallery:after {
  content: '';
  width: 100%;
  display: inline-block;
}

#gallery img {
	border:solid white 5px;
}

#gallery a:hover img {
	opacity:0.8;
}

#placeholder {
	width:160px; 
	height:0px;
}
