body {
	width: 500px;
	height: 300px;
    font-family: Arial, Helvetica, Verdana, Geniva;
    font-size: 12px;
    color: #ffffff;
	font-weight: bold;
	background: #000000;
}

body_3 {
	width: 400px;
	height: 200px;
    font-family: Arial, Helvetica, Verdana, Geniva;
    font-size: 12px;
    color: #ffffff;
	font-weight: bold;
	background: #000000;
}

/* Layout */

#wrapper {
	width: 500px;
	height: 300px;
	margin: 0 auto;
	}


img {
	border: none;
}

#question_1 {
	width:580px;
	height:80px;
	margin-top:70px;
}
	

#question_1_text{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
	width:580px;
	height:50px;
}


#yes {
	height:30px;
	width:290px;
	float:left;
}

#yes img{
	height:30px;
	width:175px;
	margin-left:100px;
}

#no {
	height:30px;
	width:290px;
	float:right;
	}


#no img{
	height:30px;
	width:175px;
	margin-left:15px;
	
}

#question_2 {
	width:580px;
	height:80px;
	margin-top:70px;
}

#question_2_text {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
	width:580px;
	height:21px;
}



#click_here {
	height:30px;
	width:300px;
}



#sign_up {
	height:30px;
	width:580px;
}

#sign_up img{
	height:30px;
	width:274px;
	margin-left:153px;
	
}
