/* Define main areas */

html,
body {
   margin:0;
   height:100%;
   background:#ffffff;
  
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;

    vertical-align: text-top;	
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* Page positioning */

#sidebar {
   min-width:100%;
   height: 15px;
   position:absolute;
   top: -15px;
   left: 0px;
   z-index: 100;
   background-image: url("../images/sideline.png");
   background-repeat: repeat-x;
}

#countdown {
   text-align: center;
   font-size: 60px;
   font-weight: bold;
   color: white;
}


.maintitle {
   position:absolute;
   top: 120px;
   z-index: 105;

}



.maintitlemid {
   position:absolute;
   top: 110px;
   z-index: 105;

}

.maintitlesmall {
   position:absolute;
   top: 10px;
   z-index: 105;

}
 
#maincontainer {
   min-height:100%;
   position:relative;
}
#header {
   padding:0px;
}
#body {
   padding:0px;
   padding-bottom:180px;   /* Height of the footer */
}

#content {
	padding-right: 0px;
	padding-left: 0px;
}

#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:180px;   /* Height of the footer */
   background:#000;
		background-image: url("../images/footer.jpg");
    	background-repeat: repeat-x;
    	background-position: top right;
}

<!--[if IE 6]>
#maincontainer {
   height:100%;
}

/* Define element positions */



#pagetitle {
   position:relative;
   top: -10px;
   
   color: #d2da6a;   
   
}

#pagecontent {
   position:relative;
   top: -20px;
   padding-right: 10px
}

#pageheader {
   position:absolute;
   top: 0px;
}

#social {
  
   z-index: 80;
}

	
/* Define rounded */

#dummy
{
  -moz-border-radius: 15px;
 border-radius: 15px;
    border:solid 2px gray;
    padding:5px;
    background:#fff;
    
}

#dummy1
{
  -moz-border-radius: 25px;
 border-radius: 25px;
    border:solid 1px gray;
    padding:0px;
    background:#2F8B80;
}


#rcorners5
{
  -moz-border-radius: 25px;
 border-radius: 25px;
    border:solid 0px gray;
    padding:0px;
    background:#fff;
}

#rcorners3
{
  -moz-border-radius: 15px;
 border-radius: 15px;
    border:solid 0px gray;
    padding:0px;
    background:#fff;
}



/* Define images */

.topgreen {
   position:absolute;
   top: -1px;
   right: 0px;
   z-index: 5;
}	

.sublogo {
   position:absolute;
   top: 7px;
   left: 30px;
   z-index: 5;
    width: 100%;
    max-width: 180px;
    height: auto;
    border-radius: 10px;
}

.banner {
    width: 100%;
    height: auto;
   	position:relative;
    top: 14px;
    z-index: 0;
}

.bakk1 {
    width: 100%;
    height: auto;
   	position:relative;
    top: -3px;
   	z-index: 0;

}

.bakk2 {
    width: 390px;
    height: auto;
   	position:relative;
    top: 300px;
   	z-index: 0;

}

#messages {
    width: 100%;
    max-width: 500px;
    height: auto;
    -moz-border-radius: 25px;
 	border-radius: 25px;
    border:solid 0px gray;
    padding:0px;
}

#resiz {
    width: 100%;
    max-width: 500px;
    height: auto;
}


#resiz1 {
    width: 100%;
    height: auto;
}

#resiz2 {
    width: 100%;
    max-width: 637px;
    height: auto;
}

#resiz3 {
    width: 100%;
    max-width: 200px;
    height: auto;
}

/* Define Media */



.responsive-map{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}

.responsive-map iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}


/* Define buttons */


.buttong {
  background-color: #2F8B80; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}

.buttony {
  background-color: #D2DA6A; /* Yellow */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}


.button1 {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.button2:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}


/* Define links */


a:link {
	COLOR: #2f8b80; text-decoration: none; BACKGROUND-COLOR: transparent
}

a:visited {
	COLOR: #2f8b80; text-decoration: none; BACKGROUND-COLOR: transparent
}

a:hover {
	COLOR: #d2da6a; text-decoration: none; BACKGROUND-COLOR: transparent
}

a:active {
	COLOR: #d2da6a; text-decoration: none; BACKGROUND-COLOR: transparent
}

.floater1 :link {COLOR: #38761d; text-decoration: none;}
.floater1 :visited {COLOR: #38761d; text-decoration: none;}
.floater1 :hover {COLOR: #666666; text-decoration: none;}
.floater1 :active {COLOR: #c0c0c0; text-decoration: none;}

.bodi :link {COLOR: #ffffff; text-decoration: none;}
.bodi :visited {COLOR: #F3b800; text-decoration: none;}
.bodi :hover {COLOR: #F3b800; text-decoration: underline;}
.bodi :active {COLOR: #F3b800; text-decoration: none;}

.sidi :link {COLOR: #000000; text-decoration: none;}
.sidi :visited {COLOR: #F3b800; text-decoration: none;}
.sidi :hover {COLOR: #F3b800; text-decoration: none;}
.sidi :active {COLOR: #F3b800; text-decoration: none;}