
/*-------------------------
	SIMPLE RESET
--------------------------*/
*{
	margin:0;
	padding-bottom:0;
	padding-top:0px;
	
}
/*-------------------------
	BACKGROUND CSS
--------------------------*/
html {
	min-height: 100%;
	
	background-image: url(spirit.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #ffffff;
}

body{
	min-height:100%;
}
@media screen and (max-width: 400px){
   html { 
	background-size:100%;
	 }
}
@media screen and (max-width: 400px){
  
	 *{

	background-color: #b2c0cd;
}
}