/* CSS Document */

* {
  margin: 0;
}
html, body {
	height: 100%;
	font-family: sans-serif; 
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: url(images/header_tile.jpg) repeat-x;
	background-color: #efdbcd;
	font-size: 9.5px;
	overflow:auto;
}
#wrap {min-height: 100%;}
#page {
	background-color: #dba986;
	overflow:auto;
	padding-bottom: 50px;
	margin-top:25px;
}
.site-footer, #page:after {
  height: 50px; 
  margin:0px auto;
  background-color:#FFF;
}
.blatino2009{
	display:block;
	height:750px;
	background-image:url(http://www.blatinoawards.com/images/BlatinoAwards.png);
	background-repeat:no-repeat;
	background-position:center;

}
.site-footer {
	position: relative;
	margin-top: -50px; /* negative value of footer height */
	height: 50px;
	clear:both;
	border-top:1px solid #000;
	font-size:16px;
}
.txt{
	display:block;
	position:relative;
	overflow:hidden;
	text-align:center;
	color:#333;
	font-size:18px;
	margin:10px auto;
	width:100%;
	height:25px;
	line-height:25px;
	clear: both;
}
.title {
	color: #CC3300;
	font-size: 24px;
	margin: 25px 0px;
	white-space: nowrap;
	padding: 20px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #CC3300;
	border-bottom-color: #CC3300;
}
.closed {
	color:#666;
	font-size:20px;
	margin:25px 0px;
	white-space:nowrap;
	padding:5px;
}
.voting {
	color:#F00;
	font-size:30px;
	margin:10px 0px;
	white-space:nowrap;
	padding:5px;
	 animation: blink 1s steps(5, start) infinite;
	  -webkit-animation: blink 1s steps(5, start) infinite;	
}
@keyframes blink {
  to { visibility: hidden; }
}
@-webkit-keyframes blink {
  to { visibility: hidden; }
}
.cat_title {
	color: #CC3300;
	font-weight:bold;
}



#copyright { 
	position: relative;
	margin: 0px auto;	
	padding-top: 5px;
}

a {
	color: black;
	text-decoration: underline;
	font-size: 9.5pt;
}
a:hover {
	color: #FF0000;
}

.image_nominee{
	border: 2px solid #000000;
	width:184px;
	height:129px;	
}
.image_nominee:hover{
	border: 2px solid #FF0000;
}

.image_winner{
	border: 2px solid #FF0000;
}
