

html {
height: 100%
}

body
{
	background-color:#cfba95;
	background-image: url("lpimages/bgpattern.jpg");
	margin: 0px;
	min-height: 100%
} 



div#container {
	width: 900px;
	background-color:#ffffff;
	min-height: 100%;
	margin: 0px auto;
	position: relative;
	border-left: 5px solid #9a7f53;
	border-right: 5px solid #9a7f53;
	box-shadow: 0px 0px 25px #5e4d34;
	overflow:hidden;
}

div#header {
	text-align: center;
	position: relative;
	margin: 0px auto;
	padding-top: 15px;
}


div#footer {
	text-align: center;
	margin-top: 20px;
	padding-top: 10px;
	width: 900px;
	height: 360px;
	background-color: #0080b0;
	background-image: url("lpimages/bgcurls.png");
	bottom: 0px;
	position: relative;

}


p {
	font-size: 14px;
	color: #0080b0;
	font-family: helvetica, arial, san-serif;
	padding-top: 5px;
	line-height: 1px;
}

#footer p {
	font-size: 14px;
	color: #ffffff;
	font-family: helvetica, arial, san-serif;
	line-height: 1px;
}

a  {
	font-size: 16px;
	color: #0080b0;
	text-decoration: none;
	font-family: helvetica, arial, san-serif;
	padding-top: 0px;
	padding-bottom: 15px;
}

#footer a {
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	font-family: helvetica, arial, san-serif;
	padding-top: 0px;
	padding-bottom: 15px;
}

h1 {
font-family: 'Josefin Sans', sans-serif;
font-size: 90px;
color: #0080b0;
padding:0px;
margin:0px;
font-weight: 100;
}


h2 {
font-family: 'Josefin Sans', sans-serif;
font-size: 20px;
line-height: 26px;
color: #002450;
font-weight: 300;
}

img {
border: 0;
}

input {
	background-image: url("lpimages/button.png");
	background-repeat: no-repeat;
	background-color: transparent;
	width: 255px;
	height: 126px;
	font-size: 20px;
	color: #9a7f53;
	text-decoration: none;
	font-family: helvetica, arial, san-serif;
	margin: 10px;
	border: 0px;
	white-space: normal;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
}




#Stage {
text-align: center;
width: 900px;
height: 700px;

}


