*{box-sizing: border-box;}
body{
	background: #fbfbfb; 
	font-family: "Verdana, sans-serif";
	padding:0px;
	margin:0px auto;
	max-width: 1280px; 
	min-height: 300px;

}
.container{
	max-width: 1150px
}
header{
	background: url(../img/header.png) #404040; 
	color: white;
	min-height: 160px;
	background-size: 100%;  
	padding: 20px;

}

.content{
	
	border-radius: 10px; 
	background: white; 
	padding:15px; 
	margin: 20px 0px;
	min-height: 300px;
}
footer{

	clear: both;
	position: relative;
	min-height: 135px; 
	background: url(../img/footer.png) no-repeat;
	background-size: 100%;  
	padding: 50px; 
	text-align: center;
	font-size: 10px
	
}

h1{display: inline-block;}
.menu{/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b2e1ff+0,66b6fc+100;Blue+3D+%236 */
background: #b2e1ff; /* Old browsers */
background: -moz-linear-gradient(top, #b2e1ff 0%, #66b6fc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #b2e1ff 0%,#66b6fc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #b2e1ff 0%,#66b6fc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2e1ff', endColorstr='#66b6fc',GradientType=0 ); /* IE6-9 */
height: 50px; 
width: 100%;
}

.menu a{color: white; 
font-weight: bold;
padding: 16px 20px; text-decoration: none;
display: inline-block; border-left: 1px solid #63b1f5; 
background: none; 
transition: ease all 1000ms;
margin-left: 0px;
float: left;
}
.menu a:hover,.current{
	background: #ffd351 !important;
}

#load{
position:absolute;
z-index:1;
border:3px double #999;
background:#f7f7f7;
width:300px;
height:300px;
margin-top:-150px;
margin-left:-150px;
top:50%;
left:50%;
text-align:center;
line-height:300px;
font-family:"Trebuchet MS", verdana, arial,tahoma;
font-size:18pt;
}
