@CHARSET "ISO-8859-1";

html {
	width: 100%;
	height: 100%;
	/* background-image: url(../img/bg03.jpg); */
	background-position: 0px 0px;
}

.font {
	color: whitesmoke;
}


.animate {
	transition: all 0.1s;
	-webkit-transition: all 0.1s;
}

.action-button {
	position: relative;
	padding: 6px;
	margin: 0px 10px 10px 0px;
	float: left;
	border-radius: 8px;
	font-family: 'Pacifico', cursive;
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
}

.blue {
	background-color: #3498DB;
	border: 2px solid #2980B9;
	text-shadow: 0px -2px #2980B9;
}

.action-button:active {
	transform: translate(0px, 5px);
	-webkit-transform: translate(0px, 5px);
	border-bottom: 1px solid;
}


#header-div,#footer-div{
  background: rgb(100,100,100,0.6);
  background: -moz-linear-gradient(top, rgb(100,100,100,0.6) 0%, rgb(100,100,100,0.6) 14%, rgb(100,100,100,0.5) 44%, rgb(100,100,100,0.5) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(100,100,100,0.6)), color-stop(14%, rgb(100,100,100,0.6)), color-stop(44%, rgb(100,100,100,0.5)), color-stop(100%, rgb(100,100,100,0.5)));
  background: -webkit-linear-gradient(top, rgb(100,100,100,0.6) 0%, rgb(100,100,100,0.6) 14%, rgb(100,100,100,0.5) 44%, rgb(100,100,100,0.5) 100%);
  background: -o-linear-gradient(top, rgb(100,100,100,0.6) 0%, rgb(100,100,100,0.6) 14%, rgb(100,100,100,0.5) 44%, rgb(100,100,100,0.5) 100%);
  background: -ms-linear-gradient(top, rgb(100,100,100,0.6) 0%, rgb(100,100,100,0.6) 14%, rgb(100,100,100,0.5) 44%, rgb(100,100,100,0.5) 100%);
  background: linear-gradient(to bottom, rgb(100,100,100,0.6) 0%, rgb(100,100,100,0.6) 14%, rgb(100,100,100,0.5) 44%, rgb(100,100,100,0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#136f90', endColorstr='#117fa6', GradientType=0 );
            }

#content{
    width: 100%;
    height: 540px;
    padding-top: 5px;
    /*background-color: #ffffff*/
    /* border: 1px solid black; */       
}

#content1{
    width: 100%;
    height: 540px;
    padding-top: 5px;
     background-color: #ffffff; 
}
