html {
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000000;
	font-size: 62.5%;
	font-family: Georgia, serif;
	overflow: hidden;
	height: 100%;
}

#flashcontent {
	height: 100%;
}

#navigation {
	background: url(../images/html/transparent.png);
	position: fixed;
	bottom: 10px;
	left: 0px;
	height: 95px;
	width: 100%;
	color: white;
	font-size: 18px;
	z-index: 6000;
}

#logo {
	position: absolute;
	top: 5px;
	right: 5px;
	width:205px;
	height: 82px;
	background: url('../images/html/logo.png') bottom;
}

#thumbs {
	position: absolute;
	top: 25px;
	left: 5px;
}

.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5000;
}

#thumbs-li li {
	float: left;
	padding-right: 5px;
	list-style-type: none;
}

.thumb-btn {
	position: relative;
	display: block;
	width: 15px;
	height: 15px;
	background: url('../images/html/thumbBTN.png') bottom;
	text-indent: -99999px;
}
.thumb-btn:hover {
	background-position: 0 0;
}

.thumb-btn span{ /*CSS for enlarged image*/
position: absolute;
background-color: #666666;
top: -100px;
left: 0px;
width: 95px;
height: 95px;
border: 1px;
border-color: #666666;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumb-btn span img{ /*CSS for enlarged image*/
position: absolute;
border-width: 0;
top: 1px;
left: 1px;
width: 93px;
height: 93px;
}

.thumb-btn:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -100px;
left: 0px; /*position where enlarged image should offset horizontally */

}


#contact-btn {
	position: absolute;
	top: 25px;
	right: 220px;
}

.phone-btn {
	position: relative;
	display: block;
	width: 15px;
	height: 15px;
	background: url('../images/html/phone.png') bottom;
	text-indent: -99999px;
}
.phone-btn:hover {
	background-position: 0 0;
}

