/* @override 
	http://dev.dyadcom.com/cga/branches/splash/css/screen.css
	
*/

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;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body{
	background-color: #a29d92; 
}

#horizon{
	width: 956px;
	height: 560px;	
	position: absolute;
	top: 50%;
	left: 50%;	
	margin-top: -280px;
	margin-left: -478px;
}

#container{
	width: 954px;
	height: 558px;	
	position: relative;
	text-indent: -9000px;
	background: url(../img/splash.jpg) no-repeat;
}

#img_gallery_btn{
	position: absolute;
	z-index: 999;
	top: 190px;
	width: 204px;
	height: 231px;
	left: 275px;
}

/*#img_gallery_btn:hover{
	background-image: url(../img/view_gallery.jpg);
}*/

#txt_gallery_btn{
	position: absolute;
	display: block;		
	z-index: 999;
	top: 471px;
	width: 275px;
	height: 31px;
	left: 0;
}

#gallery{
	display: none;
	z-index: 9999;
	position: absolute;
	top: 0;
	left: 0;
	
	background-color: rgba(29,28,26,0.85);
	text-indent: 0;
	width: 914px;
	height: 518px;
	padding: 20px;
}

#email{
	display: block;
	background: url(../img/email-address.jpg) no-repeat 0 0;
	position: absolute;
	top: 413px;
	left: 3px;
	width: 270px;
	height: 27px;
}

#email:hover{
	background-position: 0 -27px;
}

#close{
	display: none;
	position: absolute;
	text-indent: 0;
	z-index: 99999;
	bottom: -21px;
	right: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	text-decoration: none;
}
