@charset "UTF-8";
/* CSS Document */

*{
  margin:0;
  padding:0;
}

body{
     background:url(../images/landing_background.jpg) repeat-x;
	 background-color:#ffffff;
	 height:506px;
	 width:auto;
}

.clearfix{
	      width: 1px;
	      height: 1px;
	      display: block;
	      clear: both;
}

.wrapper{margin:0 auto; width:1000px;}
.wrapper_bottom{margin:0 auto; width:950px;}

/*------------------------- top ---------------------------*/

#top_logo{background:url(../images/landing_top.jpg) no-repeat; width:1000px; height:198px;}
#body_container{background:url(../images/landing_body.jpg) no-repeat; width:1000px; height:400px;}

/*----------------------------------- bottom ----------------------------------------*/

#body_bottom{background:url(../images/bottom.jpg) no-repeat; width:950px; height:29px; margin-top:-1px;}
#body_bottom{width:950px; text-align:center;}
#body_bottom p{font:11px Arial, "Helvetica", sans-serif; color:#FFFFFF; line-height:14px;}

/*--------------------------- sign in form --------------------------*/


/*
#signin{width:350px; float:left; margin-left:105px; margin-top:78px;}
.font_type{
           font:15px "Arial", Helvetica, sans-serif;
		   color:#666666;
}


#signin input, #signin textarea {
	padding: 5px;
	width: 325px;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 15px;
	margin: 0px 0px 12px 0px;
	border: 1px solid #ccc;
}

#signin textarea {
	height: 90px;
}

#signin textarea:focus, #signin input:focus {
	border: 1px solid #900;
}

.choice{margin-left:120px; width:260px;}

.signin{
          background:url(../images/landing_signup.jpg) no-repeat 0px 0px;
		  width:221px;
		  height:41px;
		  display:block;
		  cursor:pointer;
		  margin-left:115px;
		  margin-top:20px;
}

.signin:hover{
          		background:url(../images/landing_signup.jpg) no-repeat 0px -41px;
		  		width:221px;
		  		height:41px;
}

label 
{
	float: left;
	text-align: right;
	margin-right: 20px;
	width: 100px;
	padding-top: 7px;
	font-size: 15px;
}
*/
#donate a{background:url(../images/landing_donate.jpg) no-repeat 0px 0px;
		  width:221px;
		  height:41px;
		  display:block;
		  cursor:pointer;
		  margin-left:215px;
		  /*margin-top:305px;*/
		  margin-top:262px;
}

#donate a:hover{background:url(../images/landing_donate.jpg) no-repeat 0px -41px;
		  		width:221px;
		  		height:41px;
}

/*---------------------------------video -----------------------------------*/

#video{width:450px; float:right; margin-right:50px; margin-top:-290px;}
#continue_button a{background:url(../images/landing_continuebutton.jpg) no-repeat 0px 0px; width:185px; height:15px; display:block; cursor:pointer; float:right; margin-right:30px; margin-top:60px;}
#continue_button a:hover{background:url(../images/landing_continuebutton.jpg) no-repeat 0px -15px; width:185px; height:15px;}