/*Reset*/

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

html {
	height:100%;
}

body {
	line-height: 1;
	color: black;
	background: white;
	height:100%;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

.clear {
	clear: both;
}

/*HTML5*/

header, section, footer, aside, nav, article, figure {
	display: block;
	margin: 0;
}

/*Stylesheet*/

html {
	background-color: #fadce9;
	background-image: url('../images/bg.png');
	background-repeat: repeat-x;
	background-position: left bottom;
}

body {
	position: absolute;
	width: 500px;
	height: 220px;
	left: 50%;
	top: 50%;
	margin: -110px 0px 0px -250px;
	background-color: #fadce9;
}

header {
	margin-bottom: 15px;
}

h2 {
	color: #7c0042;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 23px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #7c0042;
	border-bottom: 1px solid #7c0042;
}


.left {
	float: left;
	width: 250px;
	color: #333;
	font-family: Times New Roman, serif;
	font-size: 16px;
	line-height: 21px;
}

.left a {
	color: #7c0042;
}

.left a:hover {
	text-decoration: none;
}