﻿
/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/

body {
	background-color: #fff;
}

.center {
	position: absolute;
	top: -100%;
	left: -100%;
	right: -100%;
	bottom: -100%;
	margin: auto;
	width: 800px;
	height: 130px;
}

.center img {
	max-width:800px;
}

/*-----------------------------------------------------	*/
/*	for - 979px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 979px) {

.center {
	max-width:80%;
}

.center img {
	max-width:100%;
}
}
