#myfooter {
	height: 70px;
	width: 100%;
	position:fixed;
	background: #6D695A;
	left: 0px;
	bottom: 0px;
	z-index: 11000;
}

#myfooter div {
	width: 950px;
	margin: 0 auto;
	padding: 13px 0 0 10px;
	color: #EFEFEF;
	position: relative;
}

#myfooter div a, #myfooter div a:visited {
	color:#CFCFCF;
}

#myfooter div a:hover{
	color:#000;
}

#myfooter div img {
	position: absolute;
	top: -34px;
	left: -70px;
}

#myfooter div p.tweet {
	width: 700px;
	text-align: left;
	padding: 0 0 0 0px;
	height: 55px;
	float: left;	
	line-height: 20px;
}

#myfooter div p.tweet span {
	font-style: italic;	
	color: #F5F5F2;
	white-space: nowrap;
}

#myfooter div a.button {
	color:#FFF;
}

a.button {
	background: #303e3f;
	display: inline-block;
	padding: 9px 13px 8px;
	color: #fff;
	text-decoration: none;
	line-height: 1;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	text-shadow: -1px -1px #000;
	position: relative;
	cursor: pointer;
	font-family: Baskerville, Garamond, Palatino, "Palatino Linotype", "Hoefler Text", "Times New Roman", serif;
}

a.button:active {
	top: 1px;
}

a.button:hover {
	background: #3f4d4f;
	text-shadow: -1px -1px #303e3f;
}


#myfooter a.button {
	background: #8F8F8F;
	color: #FFF;
	-moz-box-shadow: 0 1px 3px #6F6C61;
	-webkit-box-shadow: 0 1px 3px #6F6C61;
	text-shadow: none;
	float: right;
	text-decoration: none;
	margin: 8px 10px 0 0 ;
}

#myfooter a.button:hover {
	background: #000;
}


/* Misc ######################################################### */		

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.float-left {
	float:left;
}

.float-right {
	float:right;
}	

.clear {
	clear:both;
}	

.center {
	text-align:center;
}	
