body{
background: url(header.png), #7ea97d;
background-repeat: no-repeat;
font-family: 'CaviarDreams', sans-serif;
user-select: none;
}

@font-face {
  font-family:CaviarDreams;
  src: url(CaviarDreams.ttf);
}

img {  
   user-drag: none;  
   user-select: none;
   -moz-user-select: none;
   -webkit-user-drag: none;
   -webkit-user-select: none;
   -ms-user-select: none;
}

.container {
       width: 200px;
       height: 200px;
       position: relative;
}

.box {
	float: left;
    position: absolute;
    z-index: 1000;
    padding: 5px;
    color: #475f46;
    font-weight: bold;
	margin-top: -433px;
	margin-left: 600px;
	width: 370px;
	text-align: right;
	font-size: 21px;
	background-color: transparent;
}

#footer{
clear: both;
padding: 3px;
color: #475f46;
background-color: transparent;
filter: saturate(100%);
width: 994px;
height: 50px;
a { color: #475f46; }
font-size: 17px;
text-align: left;
margin-left: -8px;
margin-top: 505px;
}

a{
text-decoration-style: dotted;
color: #e38484;
}

a:hover{
background-color: #C2C2C2;
border-bottom: 2px solid #475f46;
text-decoration-style: none;
}

input, textarea, option, select {
font: 15px CaviarDreams, serif;
background-color: #96ff9452;
border: 0;
border-bottom: 2px solid #aeddad;
color: #31241b;
}

.joinsize input {
width: 254px;}

select {
width: 254px;}

textarea {
height: 50px;
width: 197px;}