body, html {
	padding: 0;
	margin: 0;
	height: 100%;
	background-image: url("https://64.media.tumblr.com/ea568d43430e0f881680e5cdb622a1b3/tumblr_inline_n5br9eOY0b1r4ugnn.png");
	font-size: 12px;
	font-family: Calibri, sans-serif;
}

.page {
	padding: 12px;
}

.page h1:first-child {
	margin-top: 0;
}

img {
	max-width: 100%;
}
iframe {
	border: 0;
	width: 100%;
	height: 100%;
}

.wrapper {
	border: 6px ridge;
	width: 700px;
	margin: auto;
	margin-top: 20px;
	box-sizing: border-box;
}

.header {
	border-bottom: 6px ridge;
	height: 160px;
	box-sizing: border-box;
	background-image: url("https://64.media.tumblr.com/7cd961b1879feadd29c4b75a116c941e/b0d0b4a267d2433b-6e/s75x75_c1/a6fe93c300e2a624173e2338a5ccd4a1c203f343.pnj");
	position: relative;
}

.main {
	display: flex;
	background: white;
}

.side {
  border-right: 6px ridge;
  width: 200px;
  padding: 12px;
  box-sizing: border-box;
  background: white;
  color: black;
  min-height: 760px;
}

.content {
	flex-grow: 1;
}

.button1 {
    box-shadow: inset 0px 1px 0px 0px #dcecfb;
    background: linear-gradient(to bottom, #bddbfa 5%, #80b5ea 100%);
    background-color:#bddbfa;
    border-radius:6px;
    border:1px solid #84bbf3;
    display: block;
    cursor: pointer;
    font-size: 27px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0px 1px 0px #528ecc;
    min-height: 40px;
    min-width: 147px;
    margin-bottom: 12px;
    text-align: center;
}

.button:hover {
	text-decoration: underline;
}

.wrapper-body {
	background-image: url('0004.gif');
	background-repeat: repeat-x;
	background-position: bottom; 
}

.imag {
  position: absolute;
  top: 0;
  right: 40px;
  height: 140px;
}

.title {
  padding-top: 20px;
  padding-left: 0px;
}

h1 {
	color: #f2007d;
	border-bottom: 1px dashed;
}

h2 {
	color: #f2007d;
}

a {
	color: blue;
}



.button1 {
    float: right;
    background-color: #c2c3c7;
    margin-right: 10px;
    color: #131315;
    font-size: 10px;
}


.top-panel {
    background-color: #0059F0;
    height: 20px;
    color: white;
    padding: 3px 0px 5px 9px;
    border-width: 4px;
    border-style: none none ridge;
    border-color: #a9a9a9;

}