#cover {
    width: 100%;
	overflow: hidden;
    border: 0px solid #ccc;
}

#footer{

	width: 100%;
	height: 35px;
	position: fixed;
	bottom: 0;
	left: 0;
	color: #000;
	outline-color: #000;
	padding-top: 5px;
	padding-bottom: 10px;
	z-index: 9;
	background: #fef4f2;
	font-family: Arial 'BankGothic lt BT', 'BebasNeueRegular', 'Arial Narrow' ;
	font-size: 12;
	background: -moz-linear-gradient(top, #727272 10%, #90908f 90%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#727272), color-stop(90%,#90908f));
	background: -webkit-linear-gradient(top, #727272 10%,#90908f 90%);
	background: -o-linear-gradient(top, #727272 10%,#90908f 90%);
	background: -ms-linear-gradient(top, #727272 10%,#90908f 90%);
	background: linear-gradient(top, #727272 10%,#90908f 90%);
	
}


#footerDiv{
	width: 200px;
	height: 40px;
	position: relative;
	padding-left: 40px;
	color: #000;
	outline-color: #000;
	text-align: left;
	float: left;
	padding-top: 18px;
	z-index: 9;
	font-family: Arial 'BankGothic lt BT', 'BebasNeueRegular', 'Arial Narrow' ;
	font-size: 11;
	text-shadow: #b9b8b8 0px 1px 0px ;
	overflow: visible;
}


#contactPanel {
	max-height: 0px;
	width: 500px;
	position: fixed;
	right: 105px;
	bottom: 0px;
	-webkit-transition: all .5s cubic-bezier(0, 1, 0.5, 1);
	transition: all .5s cubic-bezier(0, 1, 0.5, 1);
	z-index: 9;
	height: inherit;
	padding-top: 10px;
	text-align: center;
	background-color: #b4b7b7;
	background: url(images/dami.png) no-repeat top right ;
	font-family: Arial 'BankGothic lt BT', 'BebasNeueRegular', 'Arial Narrow' ;
	font-size: 14;
	text-shadow: #e2e2e2 0px 1px 0px ;
	color: #00a1ff;
	outline-color: #f1f1f1;
	-webkit-box-shadow: 1px 1px 2px #333232;
	-moz-box-shadow: 1px 1px 2px #333232;
	box-shadow: 1px 1px 2px #333232;
}

#toggle {
    display: none;
	appearance: none;

	
}

#toggle + label {

	padding: 1px 6px;
	text-align: center;
	border-radius: 2px;
	background: rgb(221, 221, 221);
	margin-bottom: 2px;
	display: inline-block;
	cursor: pointer;
	position: fixed;
	right: 106px;
	bottom: 19px;
	appearance: none;
	z-index: 11;
	width: 120px;
	height: 40px;
	background: url(images/contactBtn3.png) top left no-repeat;
}


#toggle:checked ~ #cover >  #contactPanel {
    max-height: 450;
	
}


#toggle:checked ~ #toggle  + label {
   background: url(images/contactInfoBtn.jpg) top left no-repeat;
	
}


#Content{
	width: 400px;
	height: 10%;
	background: #000000;
	position: relative;
	float: left;
	padding-left: auto;
	padding-right: auto;
	padding-top: 15px;
	padding-bottom: 20px;
	text-align: center;
	font-size:	14px;
	color: black;
	background-color: transparent;
	font-family: sans-serif, 'BankGothic lt BT', 'BebasNeueRegular', 'Arial Narrow', Arial;
	margin-bottom: 30px;
	
}
	
mark {
    background-color: white;
    color: blue;
}



#icon{
	width: 40px;
	height: 50px;
	position: relative;
	float: left;
	padding-left: 10px;
	padding-right: auto;
	padding-top: 20px;
	text-align: left;
	color: white;

}


