body, html {
  background: #6EC6D8;
}
div#header {
  background: #6EC6D8;
}
  div#header div.logo {
    background: url(/img/stm-header.jpg) center no-repeat;
    width: 950px;
    height: 120px;
    margin: 0 auto;
  }
    div#header div.logo a {
      text-decoration: none;
      display: block;
      width: 950px;
      height: 120px;
      margin: 0;
      padding: 0;
    }

div#content {
  width: 950px;
  margin: 0 auto;
  position: relative;
}
  div#content div.argument {
		width: 590px;
		margin: 0 auto;
		padding: 10px;
		background: #fff;
		-moz-border-radius: 10px;
	}
	  div#content div.argument a.avatar {
	    display: block;
			float: left;
			width: 76px;
			height: 76px;
		}
	    div#content div.argument a.avatar img {
		    width: 72px;
				height: 72px;
		    -moz-border-radius: 10px;
			}
		div#content div.argument h3 {
		  font-size: 160%;
		  margin: 0;
			padding: 0;
		}
	    div#content div.argument h3 a, 
	    div#content div.argument h3 a:link,
	    div#content div.argument h3 a:visited {
			  text-decoration: none;
				color: #333;
			}
	    div#content div.argument h3 a:hover,
	    div#content div.argument h3 a:active {
			  text-decoration: underline;
			}
    div#content div.argument p {
		  font-weight: bold;
		  margin: 0;
			padding: 0 2px;
		}
    div#content div.argument p.meta {
		  font-weight: normal;
			font-size: 80%;
		  clear: both;
		  text-align: right;
		}
