@charset "UTF-8";

@media screen and (max-height: 1280px) {

	#logo
	{
		left: 50%;
		top: 2%;
		margin: 0 0 0 -190px;
		position: absolute;
	}


	#footer
	{
		font-size: 12px;
		width:100%;
		background-color:#666;
		background-repeat:repeat-y;
		position: absolute;
		bottom: 110px;
		color: #959595;
		left:35%;
		top: 95%;
		margin: 0 0 0 -125px;
		font-weight: 300;
		z-index:50;
	}
}

@media screen and (max-height: 1080px) {

	#logo
	{
		left: 50%;
		top: 2%;
		margin: 0 0 0 -190px;
		position: absolute;
	}

	

	#footer
	{
		font-size: 12px;
		position: absolute;
		bottom: 110px;
		color: #959595;
		left:35%;
		top: 95%;
		margin: 0 0 0 -125px;
		font-weight: 300;
		z-index:50;
		background-color:#666;
		background-repeat:repeat-y;
	}
}

@media screen and (max-height: 1024px) {

	#logo
	{
		left: 50%;
		top: 2%;
		margin: 0 0 0 -190px;
		position: absolute;
	}

	

	#footer
	{
		font-size: 12px;
		position: absolute;
		bottom: 110px;
		color: #959595;
		left:35%;
		top: 95%;
		margin: 0 0 0 -125px;
		font-weight: 300;
		z-index:50;
		background-color:#666;
		background-repeat:repeat-y;
	}
}

@media screen and (max-height: 1000px) {

	#logo
	{
		left: 50%;
		top: 2%;
		margin: 0 0 0 -190px;
		position: absolute;
	}

	
	#footer
	{
		font-size: 12px;
		position: absolute;
		bottom: 110px;
		color: #959595;
		left:35%;
		top: 95%;
		margin: 0 0 0 -125px;
		font-weight: 300;
		z-index:50;
		background-color:#666;
		background-repeat:repeat-y;
	}
}

@media screen and (max-height: 840px) {

	#logo
	{
		left: 50%;
		top: 2%;
		margin: 0 0 0 -190px;
		position: absolute;
	}

	

	#footer
	{
		font-size: 12px;
		position: absolute;
		bottom: 110px;
		color: #959595;
		left:35%;
		top: 95%;
		margin: 0 0 0 -125px;
		font-weight: 300;
		z-index:50;
	}
}



