@charset "utf-8";

@keyframes pulse  
{
0% {background-color: #123EB8;} 
50% {background-color: #41C7EB;}
100% {background-color: #123EB8;}
}

@keyframes pulse2  
{
0% {background-color: #ff5c33;} 
50% {background-color: #b30000;}
100% {background-color: #ff5c33;}
}


body {
	
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: center;
	background-attachment: fixed;
	animation: pulse 2s ease -3s infinite;
	
}




.img {
    max-width: 1000px;
    width: auto\9; 
	margin: 0 auto;
	display: block;
	height: 95vh;
	max-height: 1067px;
	
}

.img2 {
	width: auto\9;
	margin: 0 auto;
	display: block;
}

.centext {
  text-align: center;
  vertical-align: middle;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    animation: pulse2 2s ease -3s infinite;
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover {
    background-color: #111;
}

#men {
	position: absolute;
    top: 50%;
    width: 98%;
}

