@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(images/bg.png);

}

#capa {
	background-image:url(images/bgcapa.jpg);
	background-repeat:no-repeat;
	border:10px solid #CCC;
	width:800px;
	height:400px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-400px;
	margin-top:-220px;
}
.clock {
	margin-top:40px;;
	margin-left:110px;
	width:590px;
	height:auto;
	text-align:center;
}
.mess a {
	color:#fff;
}
.counter, .counter a, .counter a:visited {
	font-family:"Courier New", Courier, monospace;
	color:#FFF;
	font-size:15px;
	text-decoration:none;
}

.button:hover {
	background-color:#666;
}

.mess {
	color:#CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	
}
.button {
	width:125px;
	height:100px;
	background-position:0 0;
	background-repeat:no-repeat;
	display:block;
	border:0;
float:left;
margin-right:10px;
}
.button:hover {
	background-position:0px -100px;
}
#but2008 {
	background-image:url(images/buton2008.png);
}
#but2009 {
	background-image:url(images/buton2009.png);
}
.edicoes {
width:300px;
margin-left:402px;
margin-top:220px;
}
.janela {
	background-color:#FFF;
	font-family:"Courier New", Courier, monospace;
	padding:20px;
}
.janela a {
	color:#443B20;
	text-decoration:none;
	font-weight:bolder;
}