@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'GaramondPremierProItalic';
    src: url('fonts/garamondpremrpro-it-webfont.eot');
    src: url('fonts/garamondpremrpro-it-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/garamondpremrpro-it-webfont.woff') format('woff'),
         url('fonts/garamondpremrpro-it-webfont.ttf') format('truetype'),
         url('fonts/garamondpremrpro-it-webfont.svg#GaramondPremierProItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

body, html {
    margin: 0px;
    padding: 0px;
    background-color: #021212;
    font-family: 'GaramondPremierProItalic';, Times, serif;
    font-size: 20px;
    color: #E1E1E1;
	overflow: hidden;
}
.photo {
	position: absolute;
	width: 60%;
	height: auto;
	top: 0;
	left: 0;
	z-index: 1;
}
.logo {
	position: absolute;
	top: 30%;
	left: 57%;
	z-index: 2;
}
.contact {
	position: absolute;
	top: 80%;
	left: 58%;
	z-index: 3;
}
A:link,A:visited {
  color: #E1E1E1;
  text-decoration: none;
}
A:active,A:hover {
  color: #FFFFFF;
  text-decoration: none;
}