/* Eric Meyer's Reset Reloaded */
/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
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.2em;
	font-family: 'PT Serif', serif;
	background-color: #f9cbdf;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


#wrap {
	width: 100%;
	height: 768px;
	margin-top: 100px;
	text-align: center;	
	background-color: #ffffff;
}

#content { 
	width: 1250px; 
	height: 768px; 
	margin: 0 auto; 
	background-color: #ffffff;	
	background-image: url(../Images/Hannie_background_3.jpg);
	background-repeat: no-repeat;
}

#logo {
	width: 420px;
	height: 420px;
	margin: 175px 0 0 415px;
	float: left;
}

#facebook {
	width: 42px;
	height: 42px;
	margin: 17px 0 0 574px;
	float: left;
}

#instagram {
	width: 42px;
	height: 42px;
	margin: 17px 0 0 14px;
	float: left;
}

#contact {
	width: 269px;
	height: 24px;
	margin: 24px 0 0 489px;
	float: left;
}

a.email {
	display: block;
    background: url(../Images/Hannie_email_2.png) no-repeat;
  	text-indent: -9000px;
    width: 269px;
    height: 24px;
}

a.email:hover {
    background-position: 0 -24px;
}

#credit {
	width: 100%:
	height: auto;
	text-align: right;
	margin: 5px 10px 0 0;
}

p {
	color: #ffffff;
	font-style: italic;
	font-size: 14px;
	margin-bottom: 0.8em;
	
}

a:link {color:#ffffff;}      /* unvisited link */
a:visited {color:#ffffff;}  /* visited link */
a:hover {
	color:#ec008c;
	text-decoration: none;
}  /* mouse over link */
a:active {color:#ec008c;}
