@charset "UTF-8";
header {
	padding-bottom: 45px;
	line-height: 0px;
}
header img{
	width: 450px;
}
footer {
	color: #CCCCCC;
	font-size: 12px;
	z-index: 1000;
	height: 20px;
	padding-top: 4px;
	line-height: 11px;
	width: 100%;
	padding-bottom: 30px;
	float: right;
	text-align: right;
}
footer a:link, footer a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
******************* RESPONSIVE CSS {
}
@media (max-width:700px) {
header {
	padding-bottom: 5px;
}
header  img{
	width: 100%;
}
