/* stylesheet.css */

/* Written by Goodtravel Web Designs - Jeremy Buenviaje */


/* Background color: #ffffff; */
/* */
/* */
/* */
/* */
/* */

/* ********* Begin XHTML Selectors ********* */

/* Removes Browser Styles */
html, body, h1, h2, h3, p, pre, ul {	
   margin:0px;
   padding:  0px; 
   font-size: 100%;
   font-weight: inherit;
   font-style: inherit;
}




img {
border: 0px;
}

/* ********* End XHTML Selectors ********* */

/* ********* Begin Class Selectors ********* */




/* ********* End Class Selectors ********* */

/* ********* Begin ID Selectors ********* */

#background-image {
width: 100%;
height: 100%;
z-level: -100;
position: absolute;
}

#all {
z-level: 1;
position: absolute;
left:32%;
top: 30%;
text-align: center;
color: #ffffff;
background-color: transparent;
padding: 10px
font-family: arial, helvetica, sans-serif;
font-weight: bold;
}

a.nav {text-decoration: none; color:#ffffff;}
a.nav:hover {text-decoration: underline; color:#ffffff;}



/* ********* End ID Selectors ********* */