body {
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-family: Arial, sans-serif;
  color:  #000;
}

div#scaledbg {
  z-index:  0;
  width:  100%;
  font-size:  1em;
  position:  fixed;
  top:  0;
  left:  0;
  border-bottom:  2px solid white;
}

img#scaled {
  z-index:  0;
  width:  100%;
}

p {
   font: 12px/20px Arial, Geneva, sans-serif;
}

p.ans {
   font: 11px/13px Arial, Geneva, sans-serif;
}


p.bdropped {
   border:  1px solid #eee;
   background:  #ccc; 
   padding-bottom:  4px;
   border-radius:  10px; 
}

div#content h3 {
  margin-bottom: 0.25em;
}

h1 {
  margin: 9px 9px 0.5em; 
  padding: 5px 0 5px; 
  text-align: right; 
  color: black; 
  letter-spacing: 0.2em;
  font: bold; 
  vertical-align: middle; 
  white-space: nowrap;
}

li {
  list-style-type: circle;
  margin: 5px 0px 0.1em;
  padding: 0px 0 2px;
  color: black;
}

a:link {color: blue;}
a:visited {color: blue;}
a:hover {color: black;}

code, pre {color: #EDC; font: 110% monospace;}

div.content {
	margin:  auto;
	position:  absolute;
	left:  5%;
	top: 90px;
	width:  85%;
        border: 1px solid #000;
        background-color: #fff;;
        padding: 18px;
        text-align: left;
	font-size:  12px;
        background-image: url(/images/mixer-bg-screen.jpg);
        background-repeat: no-repeat;
        background-attachment: fixed;
	background-size:  100%;
	z-index:  7;
	border-radius:  25px;
}

div.links {
	position:  absolute;
	left:  80px;
	top:  70px;
        padding: 4px;
        text-align: left;
	font-size:  12px;
}

div#banner {
	position:  absolute;
	left:  55%;
	top:  5px;
        padding: 4px;
        text-align: left;
	font-size:  12px;
	background-color:  #efefef;
	border:  3px solid #b0b0b0;
	border-radius:  25px;
}

.cssbtn {
	border-radius:  10px;
	padding-left:  5px;
	padding-right:  5px;
	padding-top:  3px;
	padding-bottom:  10px;
	display: inline; 
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	background: #fff;
	color: #000;
	border: 1px solid black;
	vertical-align: bottom;
	white-space: nowrap;
  	margin-left:  2px;
}

.cssbtn:hover { 
	background: #cdcdcd; 
	color: black;
	border: 1px solid blue;
}

p.upquote {
  font-size:  13px;
  font-weight:  700;
}

