body {
	background-color: #E7FFE7; margin: 0; color: #5E5E5E; font-family: 'Arial';
	background-image: url("img/valectronic.png"); background-size: 120% ; background-repeat: no-repeat;
	background-attachment: fixed; background-position: center;
}

img { width: 100%; }
a:hover { text-decoration: none; }
div.wrapper { margin: 0 auto; max-width: 970px; }                                        

div.header { background-color: #5E5E5E; opacity:0.7; width: 100%; height: 113px; padding-top: 35px; position: relative }

div.footer { background-color: #5E5E5E; opacity:0.7; width: 100%; padding: 35px 0; text-align: center; }
div.footer p, div.footer a { color: #FFF; font-size: 12px; font-weight: bold; }

div.content { width: 100%; min-height: 300px; text-align: center; }
div.content h1 { font-size: 2.4em; font-weight: 300; }
p { font-size: 1.3em; font-weight: 400; }
table, th, td { font-size: 1.2em; font-weight: 400; text-align: center; padding: 2%; }

div.item { width: 18.4%; float: left; margin-right: 2%; }
div.item:last-child, div.item:nth-of-type(5n) { margin-right: 0; }
div.item img { max-width: 78px; display: block; margin: 0 auto 10px auto; }
div.item a { display: block; font-size: 1.2em; color: #5E5E5E; line-height: 1.4em; }
                    
@media screen and (max-width: 550px) {
	div.item { float: none; width: 100%; clear: both; margin: 0 0 2% 0; padding: 2%; }
}
