.v-sign {
width: 750px;
background:url(http://www.devoteesofcharade.com/forum/files/signature_2009.jpg) no-repeat;
}
.v-image {
width: auto;
}
.v-left {
margin-left:105px;
padding:5px;
width: 300px;
float: left;
border:1px dashed black;
background:#fcfcfc;
opacity:0.7;
filter:alpha(opacity=70);
}
.v-right {
margin-left:10px;
padding:5px;
width: 280px;
float: left;
border:1px dashed black;
background:#fcfcfc;
opacity:0.7;
filter:alpha(opacity=70);
}
.v-clear {
clear: both;
}
.v-sign .v-right:hover{
border:1px solid black;
background:#fcfcfc;
}
#countdown span {
  font-size   : 12px;
  margin      : 0 5px 0 5px;
}

b.important { color:red; font-size:1.5em; }

#footer-wraper{
	width:96%;
	margin:auto;
	position:fixed;
	bottom:0px;
	min-height:25px;
	z-index:100;
}

#foobar{
  	background:#666;
	text-align:center;
	z-index:101;
	cursor:pointer;
	font-weight:bold;
	color:white;
	/* IE only */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;

}

#inner-foot{
	width:98%;
	margin:auto;
	background:#ececec;
	border:1px solid grey;
	min-height:50px;
	padding:10px;
	z-index:103;
}
