h1, h3{
	padding:0;
	margin:0;
}

h1{
	font-size:30px;
	color:#333;

}
#page-wrap {
	position:relative;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;

	border:1px solid #000;
	
	background: none repeat scroll 0 0 white;
    box-shadow: 0 0 20px black;
    margin: 50px auto;
    padding: 35px;
    position: relative;
    width: 650px;
    z-index: 99999;
	
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(225, 225, 225);
	/* RGBa with 0.6 opacity */
	background: rgba(225, 225, 225, 0.8);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF)";
	
	
  -webkit-border-radius: 12px; 
     -moz-border-radius: 12px; 
          border-radius: 12px; 
		  
		  
  -webkit-box-shadow: 0px 0px 4px #ffffff; 
     -moz-box-shadow: 0px 0px 4px #ffffff; 
          box-shadow: 0px 0px 4px #ffffff; 

  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
}

#bg {
	position:fixed;
	top:-50%;
	left:-50%;
    width:200%;
    height:200%;	
}

#bg img {
        position:absolute;
        top:0;
        left:0;
        right:0;
        bottom:0;
        margin:auto;
        min-width:50%;
        min-height:50%;
}

.vacation{
	font-family: 'Abril Fatface', cursive;
	color:#D56F00;
	font-size:45px;

}
