/* CSS Document */

/* GENERIC */

body {
	height: 100%;
	text-align: center;
	background: #403c32 url(../images/structural/background-image-tile.jpg) repeat;
	margin: 0;
	}	

html {
	height: 100%;
	font-size: 100%; /* IE hack */ 
	}		

.clear {
	clear: both;
	}

.hidden {
	display: none;
	}
	
hr { 
	width: 100%;
	height: 1px;
	color: #DCD9CC;
	background-color: #DCD9CC;
	border: 0px solid #DCD9CC;
	margin: 10px 0 30px 0;
	} 
	
/* TWITTER */

div.twtr-hd {
	display: none;
	}
	
div.twtr-tweets {
	padding: 5px 0;
	}
	
div.twtr-tweet-wrap {
	padding: 0 0 20px 0!important;
	margin: 0 !important;
	}
	
div.twtr-tweet {
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	}
	
div.twtr-ft {
	display: none;
	}

