﻿/* Common styles */

* {
	padding:0;
	margin:0;
}

body {
	font-size:62.5%;
	font-family:helvetica,arial,sans-serif;
	background:#363636;
	color:#fff;
	overflow:hidden;
}

html,body {
	height:100%;
}

img {
	border:none;
}

#gallery
{
	font-size:1.6em;
	text-align:center;
}

#gallery img
{
	margin-top:75px;
}

/* Table Wrapper */

table#wrapper {
	height:100%;
	width:100%;
}

table#wrapper td { 
	height:100%;
	vertical-align:middle;
}

/* Flash Block */

div#flashBlock {
	margin:0 auto;
	width:100%;
	height:100%;
}

div#lb-detail {padding-top:10px;}

a#thebutton, a#flickrLink {
margin-top:5px;
}

a#thebutton {
float:left;
}
a#flickrLink {
float:right;
}

/* Fixes */

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

/* Hides from IE-mac \*/

* html .clearfix { height: 1%; }

.clearfix { display: inline-block; }

.clearfix { display: block; } 

/* End hide from IE-mac */

