html, body, div, span, h1, h2, h3,
h4, h5, h6, p, a, abbr, acronym, del,
em, img, strong, dd, dl, dt, li, ol, ul,
fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}

a img, :link img, :visited img {
	border: 0;
}

ol, ul {
	list-style: none;
}

body {
	background: #fff;
	color: #888;
	font-size: 62.5%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-rendering: optimizeLegibility;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#homepage a {
    display: block;
    text-align: center;
    width: 100%;
    height: auto;
    max-height: 850px;
    max-width: 1500px;
    position: relative;
    margin: 4% auto 0px;
    cursor: pointer;
}

#homepage img {
    max-width: 100%;
    height: auto;
    max-height: 850px;
    cursor: pointer;
    /*max-width: 1500px;*/
}

#homepage a span img {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    text-indent: -9999px;
    opacity: 0.4;
    transition: opacity 0.15s;
    cursor: pointer;
}

#homepage a:hover span img {
	opacity: 0.9;
    transition: opacity 0.15s;
    cursor: pointer;
}
