body{
/* http://stackoverflow.com/a/3802655/2205297 */
   min-width:600px; /* suppose you want minimun width of 1000px */
   width: auto !important;  /* Firefox will set width as auto */
   width:600px;             /* As IE ignores !important it will set width as 1000px; */
}
hr {
  border:20PX;
  border-top: 1px solid black;
   margin-left:0px;
  height: 0;
  width:300px;
  
  margin-top:20px;
  margin-bottom:20px;
  
}

#wrapper {
  width: 500px;
  margin:auto;
  background-color:white;
}
#logo{
  clear:both; }

.section{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: x-small;
	padding-left:80px
}



.content {
	padding-left:80px;
	padding-bottom:1px;
}	

.content ul{
	list-style-type: none;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: x-small;
	padding-left:0px;
}
.content li{
	padding-bottom:3px;
}
#badge,#links-tumbl{
	position:absolute;	
	text-align: right;
	font-family: Arial;
}
#badge{
	right:30px;
	bottom:80px;
}
#links-tumbl{
	right:30px;
	bottom:20px;	
}
#badge a,#links-tumbl a{
	text-decoration:none;
	font-size:15px;
	color:black;
}
#badge ul,#links-tumbl ul{
	list-style:none;
}
.li-logo{
	height:55px;	
}
#badge img{
	height:35px;
	float:right;
}