@charset "utf-8";
/*
** @name			: style.css
** @description		: css file for publivorus.com
** @auhtor			: =ianny=
** @author-web		: http://www.ianny.it
** @author-email	: info (at) ianny (dot) it
*/

*					{margin:0;padding:0}
body				{background:#33689b;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:12px}

/*
** default a link
*/
a,
a:link				{color:#242135}
a:visited			{color:#ffffff}
a:hover				{color:#cccccc}

/*
** Page box container
*/
div#page			{display:block;width:780px;margin:4px auto}

/*
** Google form
*/
div#page form		{display:block;width:300px;margin:32px auto}

/*
** main header and logo
*/
div#header			{
	display:block;
	width:450px;
	margin:0px auto;
	background-image: url(http://www.publivorus.com/logo-hp_publivorus_en.png);
}
div#header h1 span	{display:none}
div#header h1 		{background:url (http://www.publivorus.com/logo-hp_publivorus_en.png) no-repeat;width:450px;height:140px;display:block}
div#header p		{text-align:center}

/*
** FOOTER
*/
div#footer			{padding:32px;border-top:0px dotted #ff00ff}
div#footer p		{
	font-size:10px;
	text-align:center;
	color: #cccccc;
}
div#footer p span	{color:#ffffff}
div#footerinfo			{padding:16px;border:1px dotted #ccc;margin:0 0 12px 0;background:#33689b}
div#footerinfo p	{font-size:11px;color: #FFFFFF}
