@charset "UTF-8";

@import url("luckytraveler_typography.css");
@import url("luckytraveler_form.css");


body{
margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
text-align:center;
background: url(../images/bg.jpg) repeat-x;
}

a:link {
	color: #003366;
}
a:visited {
	color: #003366;
}
a:hover {
	color: #003366;
	text-decoration:none;
}
a:active {
	color: #003366;
}


#header {
	width: 800px;
}
#wrapper{

	float: none;

	width: 800px;
	height: 1250px;

	margin: 0 auto 0; /*Center container on page*/

	background: white;        

	background: url(../images/bg-fade.jpg) repeat-x bottom;
text-align: left;

}
#background{
	top: 0px;
	width: 800px;
	height: 574px;
	background:url(../images/FullBackground.jpg) no-repeat;
	position: absolute;
	z-index: 0;
}
#learn-more{
	position: relative;
	top:600px;
	left: 0px;
	z-index: 2;
}
#form{
	position: relative;
	width: 300px;
	top:250px;
	left: 250px;
	z-index: 4;
}
#logos{
	position: relative;
	top:550px;
	left: 570px;
	z-index: 3;
	width:200px;
	text-align:center;
}
