/**
 * Reset - Resets all browsers down to common default settings
 *
 * @credits Eric Meyer's CSS Reset <http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/>
 * @package WPFramework
 * @subpackage Media
 */

/* Eric Meyer Reset Reloaded */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0px; padding: 0px; border: 0px; font-weight: normal; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }

/* Removes dotted line when focus */
:focus { outline: none; }
html{
	margin: 0 !important
}
/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0px; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }
form {margin:0; padding:0;}
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }
/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: block; }

/* Regular clearing, just in case! */
.clear { clear: both; }

/* CSS Document */
 * {
	margin:0;
	padding:0;
}
html, body {
	margin: 0;
	padding: 0;
	border: 0;
	
}
body {
	background:#66aad6;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:14px;
	color:#fff;
}
p {
	padding:0 0 8px 0;
	margin:0;
	font-size:14px;
	line-height:18px;
}

a img {border:none;}
.clear { clear:both; height:1px;}

 /*==================== contenitore generale ========================*/

.wrapper {
	margin: 0 auto;
	width:700px;
	text-align:left;
	padding:0;	
}
#content {
	float:left;
	text-align:center;
	width: 700px;
	margin:30px 0 30px 0;
}
#poster {
	width: 700px;
	text-align:center;
	padding-bottom:30px;
}

/* ==============  contenuti corpo ==================*/

p a.link{
	bottom:0px;
	text-decoration:none;
	color:#fff;
	font-size:20px;
	text-align:center;
	line-height:70px;
	width:700px;
	display:block;
	height:70px;
	padding:0;
	text-transform:uppercase;
	background:url(../images/bg-link.jpg) repeat-x left top;
	/*background:#3461a5;*/
	font-weight:regular;
	-Moz-border-radius: 1em 1em 1em 1em;
	-webkit-border-radius: 1em 1em 1em 1em;
	border-radius: 1em 1em 1em 1em;
}
