html {

	height: 100%;

}

body {

	background-image: url(../images/bg.png);

	background-repeat: repeat-x;

	background-color: #1FB3FF;

	margin: 0px;

	height: 100%;

}

#container {

	min-height: 100%;

	position: relative;

}

#container {

   height:100%;

}

#header {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 80px;
	position: absolute;
	text-align: center;
}

#form {}

#stars_R {
	float: right;
	background-image: url(../images/stars_R.png);
	height: 203px;
	width: 211px;
	margin-right: 50px;
	background-repeat: no-repeat;
	background-position: bottom;
	position: relative;
}

#stars_L {
	float: left;
	background-image: url(../images/stars_L.png);
	height: 214px;
	width: 127px;
	margin-left: 50px;
	background-repeat: no-repeat;
	background-position: bottom;
	position: absolute;
}

#cloudcont {

	width: 100%;

	float: left;

	clear: both;

	margin-top: auto;

}

#cloud_R {
	background-image: url(../images/clouds_R.png);
	height: 275px;
	width: 503px;
	clear: right;
	float: right;

}

#cloud_L {
	background-image: url(../images/clouds_L.png);
	height: 275px;
	width: 480px;
	float: left;
	clear: left;
	background-position: bottom;
	background-repeat: no-repeat;
	position: absolute;

}

#footer {

	height: 275px;

	position: relative;

	position:absolute;

    bottom:0;

    width:100%;

}

.clearfooter {

}
#box {
	margin-right: auto;
	margin-left: auto;
	width: 550px;
	background-repeat: no-repeat;
	background-position: 100px 40px;
	background-image: url(../images/box_ev.png);
	padding-top: 50px;
	height: 240px;
}
#box_1 {
	float: left;
	width: 550px;
}
#box_2 {
	float: left;
	width: 550px;
}
#box_2_L {
	float: left;
	margin-top: 27px;
	height: 35px;
	margin-left: 170px;
	width: 225px;
	clear: right;
	text-align: left;
}
#signup_name {
	font-size: 20px;
	border: 1px solid #FFFFFF;
}
#signup_email {
	font-size: 20px;
	border: 1px solid #FFFFFF;
}

#box_2_R {
	float: right;
	margin-right: 40px;
	margin-top: 20px;
	height: 40px;
	clear: right;
}
#box_1_L {
	float: left;
	margin-top: 35px;
	height: 35px;
	margin-left: 170px;
	width: 225px;
	clear: both;
	text-align: left;
}
#box_3 {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	float: left;
}
#box_3_B {
	padding-top: 20px;
}


#box_1_R {
	float: right;
	margin-right: 40px;
	margin-top: 20px;
	height: 40px;
	clear: right;
}
#box_ty {
	float: left;

}
#box_ty_R {
	float: right;
	width: 50px;
	margin-right: 50px;
	margin-top: 20px;
	height: 120px;
}
#box_ty_T {
	margin-bottom: 25px;
}
#box_ty_F {
}

#box_ty_L {
	float: left;
	margin-left: 100px;
	margin-top: 20px;
}

