@charset "utf-8";
/* CSS Document */

/* --------------------------------------------------------------------------------------------------------------
CSS RESET
---------------------------------------------------------------------------------------------------------------*/

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
#content {
	height: 360px;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* --------------------------------------------------------------------------------------------------------------
END CSS RESET
---------------------------------------------------------------------------------------------------------------*/

/* --------------------------------------------------------------------------------------------------------------
GENERAL LAYOUT
---------------------------------------------------------------------------------------------------------------*/
body {
	background-color: #1a1010;
	background-attachment: fixed;
	background-image: url(img/bodybg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrap {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
h1.logo {
	height: 150px;
	width: 640px;
	text-indent: -9999px;
	background-image: url(img/matamatapilipili.gif);
	background-repeat: no-repeat;
	background-position:left top;
}
.button-photos {
	display:block;
	height: 70px;
	width: 120px;
	text-indent: -9999px;
	background-image: url(img/button-photos.gif);
	background-repeat: no-repeat;
	background-position:left top;
	float: right;
}
.button-photos:hover {
	background-image: url(img/button-photos-hover.gif);

	}
	
.button-video {
	display:block;
	height: 70px;
	width: 120px;
	text-indent: -9999px;
	background-image: url(img/button-video.gif);
	background-repeat: no-repeat;
	background-position:left top;
	float: right;
}
.button-video:hover {
	background-image: url(img/button-video-hover.gif);

	}	
.footer {
	margin-left: 120px;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	margin-top: 10px;
	font-size: 0.8em;
	line-height: 1.4em;
}
.thickbox img {
	padding: 0px;
	border: 3px solid #FFF;
	margin: 5px;
	float: left;
}
