/* HTML5 Boilerplate  */
html, body {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*  HTML5 Boilerplate End */

html{
	background-color: #EE489A;
	height: 100%;
}

body{
	height: 100%;
}

#wrapper{
	margin: auto;
	width:736px;
	height: 100%;
	background-image:url('../img/bg.png');
	background-repeat: repeat-y;
}

#wrapper h1{
	text-align: center;
	padding-top: 50px;
}

#wrapper h2{
	text-align: center;
	margin-bottom: 15px;	
}

div.msg{
	text-align: center;
	font-family: "Century Gothic", sans-serif;
	font-size: 1.2em;
	line-height: 1.3em;
	color:#754C29;
}

