﻿/* RESET */
section,header,footer,aside,article{
	display: block;
}
html,body,div,span,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,
address,cite,code,del,em,img,ins,q,strong,sub,sup,dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,
section,header,footer,aside,article{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ins{
	text-decoration: underline;
}
del{
	text-decoration: line-through;
}
blockquote,q{
	quotes: none;
}
blockquote:before,blockquote:after,q:before,q:after{
	content: '';
	content: none;
}
body{
	line-height: 1;
	font-family: calibri,"segoe ui",tahoma,verdana,arial,sans-serif;
}
ol,ul{
	list-style: none;
}
a,a:link,a:visited,a:active,a:hover {
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

/* PAGE LAYOUT */
body > *{
	display: block;
	width: 900px;
	margin: 0 auto;
}

header {
	font-size: 2.7em;
	text-align: center;
	padding-top: 2em;
	padding-bottom: 1em;
}
h1 {
	font-family: cambria,georgia,"times new roman",times,serif;
}
section {
	text-align: center;
	padding: 2em 0;
	padding-top: 400px;
	background: transparent url(../images/under-construction.png) no-repeat top center;
}
footer {
	font-size: .8em;
}
footer p {
	padding: 1em;
	text-align: center;
}