/* 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, img, input, 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;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

a{text-decoration: none;}



body {
    line-height: 1; 
	font-family: Arial, Helvetica, sans-serif;
  background:#000 url(../img/ferrofluids-macro-closeup.jpg) no-repeat 0 100%;
  padding-top:50px;
  padding-bottom:100px;
}
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;
}

*:before,*:after{
	content:'';
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.clear{
clear:both;
}

p.note{
position:relative;
top:49%;
text-align:center;
}

p.note span{
display:inline-block;
font-size:26px;
color:#fff;
padding:3px 15px;
background-color:rgba(0,0,0,0.6);
}

#szechenyi-fixed{
	position:fixed;
	right:0;
	bottom:0;
	z-index:9000;
	width:340px;
	max-width: 60%;
}

#szechenyi-fixed img{
	max-width:100%;
}