* {margin: 0; padding: 0;}

body {

	margin: 0px 0px 0px 0px; 

}
#header {

	background-image: url('header_tile.png');
	height: 318px;
	width: 100%;
    position: absolute;
    z-index:-2;

}


table {

 width: 950px;
 padding: 10px;
 
  border-collapse: collapse;
}

tr {

  
}
td {
 
 padding: 20px;
 border-bottom: 1px solid #cbcbcb;
 
}

input[type=text] {
    width: 150px;
    padding: 2px ;  
    font-size: 18px;
    border-radius: 3px;
    border: 1px solid #cbcbcb;
}

 

 
#santa {

  margin: 0 auto;
  width: 1065px;
  height: 270px;
  margin-top: 0px;
  z-index: 1;
 


}

#snow {

	position: absolute;
	height: 250px;
	width: 100%; 
}

#secretSantaApp{ 

 
width: 1065px;
margin-left: auto;
margin-right: auto;
   font-family: 'Arial';
   font-weight: bold;
   font-size: 36px;
   color: #464646;
   width: ;
}

#content{ 

 
width: 1065px;
margin-left: auto;
margin-right: auto;
   font-family: 'Arial';
   font-weight: bold;
   font-size: 14px;
   color: #464646;
   width: ;

   position:relative;
  z-index:500;
}

