.ym-wrapper {
  background: #fff;
}
.ym-wbox { 
  padding: 0 0 0 0; 
  border: 0px dotted #aaa;
}

header {
		background: #444;
		color: #ccc;
		min-width: 980px;
    min-height:160px;
    margin: 0;
    padding: 0;
    background: url(../resources/banner.png) no-repeat;
	}

	nav {
		background: #22d;
    color: #fff;
    font-size: 1.2em;
    font-family: "Tahoma", "Arial", sans-serif;
	}

  footer{
    max-height: 48px;
    margin: 0;
    padding: auto;
    
    background: url(../resources/footer.png) no-repeat;
    background-position: bottom;
  }
  
	#main {
    background: url(../resources/header.png) no-repeat;
    background-position: top;
    padding-top: 10px;
	}