@charset "utf-8";

html, body, #container {height: 100%;}
body > #container {height: auto; min-height: 100%;}
#main {
	overflow:auto;
	padding-bottom: 20px;} 
#footer {
	position: relative;
	margin-top: -20px; /* negative value of footer height */
	height: 20px;
	clear:both;} 
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}
body {
	background-image:url("http://www.plugyourbrand.com/assets/images/bg.jpg");
	background-repeat:repeat-x;
	*width: 686px;
	*height: 1000px;
	background-color:#000;
	text-align:center;
	margin:0;
	padding:0;
}
#container {
	margin:0 auto;
}
#footer {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#666;
	}
#BuzzCard h1 { font-size:8px; }
#addthis {
	position:relative;
	top:-205px;
	left:-275px;
}