*
{
	margin: 0;
	padding: 0;
	border: none;
}

a
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #F00;
	text-decoration: none;
}

body
{
	color: #000;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 16px;
	line-height: 19px;
	background-image: url(../img/frontespiece_page_0.jpg);
	background-repeat: no-repeat;
	background-position: 0px 125px;
}

div.main
{
	display: none;
	width: 500px;
	margin: 85px 0 0 275px;
}

p
{
	margin: 10px 0;
}

p.img
{
	text-align: center;
}

p.copy
{
	text-align: center;
	color: #666;
	font-size: 10px;
	line-height: 13px;
	padding: 10px;
}

div.pop_window
{
	display: none;
	padding: 15px 25px 10px 25px;
	top: 0;
	left: 200px;
	position: absolute;
	display: none;
	z-index: 150;
	width: 600px;
	background-color: #FFF;
	border: 1px solid #000;
	box-shadow: 2px 2px 5px #333;
}

div.pop_window img
{
	padding: 5px;
}