/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


h1 {
	font-family: 'Droid Serif', serif;
	font-size:48px;
	color:#393e40;
	text-align:center;
	line-height:1.5em;
	margin-top:25px;
	margin-bottom:75px;
}
a:link, a:active, a:visited {
	color: #0091d2;
	text-decoration: none;
}
a:hover {
	color: #00b0ff;
	text-decoration: underline;
}
.mailbox {
	font-family: 'Droid Serif', serif;
	font-size:16px;
	line-height: 1.5em;
	color:#393e40;
	background:rgba(0,0,0,0.05);
	padding: 20px;
	width: 300px;
	text-align: center;
	moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
}
.mailbox span {
	font-style: italic;
	font-size: 24px;
	display: inline-block;
	margin-bottom: 10px;
	color: rgba(0,0,0,0.50);
}
.left {
	float: left;
}
.right {
	float: right;
}
#wrap {
	position: relative;
	width: 800px;
	margin: 0 auto;
}

/* fullsize bg */
img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
	
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
  img.bg {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }
}