/* ~~~~~~~~~ generic ~~~~~~~~~~ */

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
/*img {
	vertical-align: bottom;
}*/
#main-books img {
	vertical-align: bottom;
	

}
#main-books img.opacitywk {
	opacity: 1;
	filter: alpha(opacity=100);
 	-webkit-transition: opacity 0.5s linear;
}	
#main-books img.opacitywk:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
 	-webkit-transition: opacity 0.4s linear;
}
html {
	overflow-y: scroll;
}
header, nav, section, article, figure,aside, footer {
	display: block;	
}

/* ~~~~~~~~~ form ~~~~~~~~~~ */

#contact-page {
	font-size: 1.6em;
}
