/*RESET CSS*/
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, font, 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 {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	background:transparent
}
ul {list-style:none;}
:focus {outline:0}
table {border-collapse:collapse;border-spacing:0}
/*FI RESET CSS*/


/*------General------*/
body { background-color:#ffffff; font-family:Arial, Helvetica, sans-serif; color:#666;}
.content { width:800px; display:block;  top: 50%; transform: translate(-50%, -50%);; position:absolute; margin:0 auto; left:50%;}
.content .logo img { width:800px;}
.logo { margin:0 auto; display:block; }

