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;
	background:#000;
	overflow-x: hidden;
	overflow-y: hidden;
}
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;
}
.loader{
	width:100%;
	height:100%;
	background: #000;
	position: absolute;
	z-index: 100000;
}
.loader img{
	width:500px;
	height:500px;
	margin-left:-250px;
	margin-top:-250px;
	position: absolute;
	top:50%;
	left:50%;
	background: #000;
}
.none{
	display: none;
}
#bg {
	position:fixed; 
	z-index: -1;
}
.ie7 #bg{
	top:auto; 
	left:auto
}
#bg img {
	position:absolute; 
	top:0; 
	left:0; 
	right:0; 
	bottom:0; 
	width:100%;
}
header{
	background:#FFF;
	position: fixed;
	height:80px;
	width:100%;
	z-index: 100;
	top:0;
	min-width: 1024px;
}
.menu{
	float:left;
	margin-top:20px;
	margin-left:40px;
}
.logo{
	float:right;
	margin-top:10px;
	margin-right:40px;
}
section{
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	min-width: 1024px;
}
h1{
	font-family: "Century Gothic", sans-serif;
	font-size: 30px;
	margin-top:110px;
	margin-bottom: 30px;
	width: 1000px;
	margin-left: auto;
	margin-right:auto;
	text-transform: uppercase;
}
p{
	font-family: "Century Gothic", sans-serif;
	font-size: 18px;
	margin-bottom:15px;
	line-height: 1.2em;
	width: 1000px;
	margin-left: auto;
	margin-right:auto;
}
.pages{
	width:100%;
	position: absolute;
	height:500px;
	top:50%;
	margin-top:-250px;
	z-index: 1;
	background:rgba(255,255,255,0.9);
	border-top:5px solid #AAA;
	border-bottom:5px solid #AAA;
}
/*section.collage{
	background-image:url(images/collage.jpg);	
}
section.people{
	background-image:url(images/people.jpg);
}
section.awards{
	background-image:url(images/awards.jpg);
}
section.awards .pages{
	height:600px;
}
section.news{
	background-image:url(images/news.jpg);
}
section.contact{
	background-image:url(images/contact.jpg);
}*/
.background img{
	width:100%;
}
section.awards .pages{
	height:600px;
}
section.contact .pages{
	height:600px;
}