body {
    color:#333333;padding:0; margin:0;
    z-index:1;
    font-size: 15px;
    font-family: robotoregular, Arial, Helvetica, sans-serif;
    line-height: 1.7em;
    color: #5a5a5a;
    margin-top: 30px;
    background-color: #DDC;
    min-height:90%;
}

#wrapper {
	border-left: 12px solid #66c;
	border-top: 12px solid #66c;
    border-right: 1px solid #66c;
    border-bottom: 1px solid #66c;
    border-top-left-radius: 5px;
    padding: 10px;
    width: 746px;
    min-height: 90%;
    margin-left: auto;
  	margin-right: auto;
	background: white;
}

#main {
	min-height: 100%;
	width:100%;
	display: block;
	padding-top: 90px;
	padding-left: 20px;
}

.double-border {
 	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-left: 10px solid #66c;
	border-top: 10px solid #66c;
    border-right: 1px solid #66c;
    border-bottom: none;
  	width: 16em;
  	height: 16em;
  	position: relative;
}
.double-border::before {
  	background: none;
  	border-top-left-radius: 15px;
  	border: 9px solid #99c;
  	border-right: 1px solid #66c;
    border-bottom: none;
  	content: "";
  	display: block;
  	position: absolute;
  	top: 0px;
  	left: 0px;
  	right: 0px;
  	bottom: 0px;
  	pointer-events: none;
  	background-clip: inherit;
  	background-image: url("../images/logo.jpg");
  	background-repeat: no-repeat;
}
.double-border::after {
	background: none;
  	border-top-left-radius: 10px;
  	border: 3px solid white;
  	border-right: none;
    border-bottom: none;

  	content: "";
  	display: block;
  	position: absolute;
  	top: 0px;
  	left: 0px;
  	right: 0px;
  	bottom: 0px;
  	pointer-events: none;
}
#footer {
	position:absolute;
	bottom:0;
	width: 100%;
	text-align: center;
}