* {
	margin: 0;
	padding: 0;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
body {
	background-color: #000000;
	color: #facad5;
}
#container-screen {
	position: absolute;
	width: 760px;
	height: 420px;
	top: 50%;
	left: 50%;
	margin: -210px 0 0 -380px;
	background: url(../images/src/background.jpg) no-repeat;
}
#logo-revelateurs {
	position: absolute;
	width: 259px;
	height: 82px;
	top: 318px;
	left: 481px;
}
#logo-posicaododia {
	position: absolute;
	width: 450px;
	height: 54px;
	top: 20px;
	left: 20px;
}
#menu-opc {
	position: absolute;
	width: 259px;
	height: 55px;
	top: 20px;
	left: 481px;
}
#menu-opc ul {
	list-style-type: none;
	margin: 0 0 0 109px;
}
.menu-send a {
	display: block;
	width: 150px;
	height: 20px;
	background: url(../images/src/bt_send_off.jpg) no-repeat;
}
.menu-send a:hover {
	background: url(../images/src/bt_send_on.jpg) no-repeat;
}
.menu-send span {
	display: none;
}
.menu-print a {
	display: block;
	width: 150px;
	height: 20px;
	background: url(../images/src/bt_print_off.jpg) no-repeat;
}
.menu-print a:hover {
	background: url(../images/src/bt_print_on.jpg) no-repeat;
}
.menu-print span {
	display: none;
}
#posicao {
	position: relative;
	width: 451px;
	height: 316px;
	top: 84px;
	left: 20px;
}
#posicao img {
	border: 0;
	width: 451px;
	height: 316px;
}
#flash-date {
	position: absolute;
	width: 259px;
	height: 234px;
	top: 84px;
	left: 481px;
}
#container-print {
	display: none;
}
/*image replacement*/
.header-swap {
}
.header-swap a {
	display: block;
}
.header-swap span {
	display: none;
}