html, body {
	margin: 0;
	padding: 0;	
}

body {
	background: #EAEAEA;
	font-family: Arial;
	font-size: 12px;
	line-height: 1.6;
	color: #000;
	text-align:center;
}

#content {
	width: 600px;
	margin: 100px auto;
	margin-top: 220px;
	padding: 20px 30px;
	background: #FFF;	
	border: 1px solid #CCC;
	text-align: center;
	-moz-box-shadow: 0 0 10px #BBB;
	-webkit-box-shadow: 0 0 10px #BBB;
	box-shadow: 0 0 10px #BBB;
}

p {
	margin: 0;
	padding:0;
}

a#oopostiframe{
	text-decoration:none;
	color:#FF6600;
	font-family:Verdana;
	font-size:40px;
}

a:hover#oopostiframe{
	text-decoration:underline;
}

#oopostiframe a img {
	border: 1px solid #BBB;
	padding: 2px;	
	margin: 10px;
}

