
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;
}
}
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;
}

@font-face {
    font-family: 'Apercu';
    src: url('fonts/apercuregular.eot');
    src: url('fonts/apercuregular.eot?#iefix') format('embedded-opentype'),
         url('fonts/apercuregular.woff') format('woff'),
         url('fonts/apercuregular.ttf') format('truetype'),
         url('fonts/apercuregular.svg#apercuregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Apercu';
    src: url('fonts/apercubold.eot');
    src: url('fonts/apercubold.eot?#iefix') format('embedded-opentype'),
         url('fonts/apercubold.woff') format('woff'),
         url('fonts/apercubold.ttf') format('truetype'),
         url('fonts/apercubold.svg#apercubold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Apercu';
    src: url('fonts/apercu_light.eot');
    src: url('fonts/apercu_light.eot?#iefix') format('embedded-opentype'),
         url('fonts/apercu_light.woff') format('woff'),
         url('fonts/apercu_light.ttf') format('truetype'),
         url('fonts/apercu_light.svg#apercubold') format('svg');
    font-weight: 200;
    font-style: normal;
}


body{
	font-family: 'Apercu', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	background: url('../img/logo.gif');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center; 
}

p{
	margin-bottom: 0.9em;
}

nav#menu{
	position: fixed;
	top: 40px;
	left: 40px;
	line-height: 15px;
}

a:link, a:visited, a:active{
	color: #000;
	text-decoration: none;
}

a:hover{
	border-bottom: 1px solid #000;
}


.popup{
	display: none;
	position: absolute;
	top: 0px;
	padding-top: 36px;
	width: 600px;
    left:50%;
    margin: 0 0 0 -300px;
    font-size: 18px;
    text-align: center;
    color: #231f20;
    font-weight: 200;
    background: rgba(255,255,255,0.90)
}


.close_btn{
	position: fixed;
	top: 27px;
	right: 40px;
	font-size: 30px;
	font-weight: 200;
	padding: 0;
	margin: 0;
}

a:hover, .close_btn:hover, .popup:hover{
	cursor: pointer;
}

.close_btn:hover{
	color: #999;
}