@charset "UTF-8";
#mainWrapper {
	
	background-repeat: no-repeat;
	margin: auto;
	height: 450px;
	width: 210px;
	margin-top:330px;	
	
}

body {
		
	margin:0;
	background:#130a05 url(images/background.jpg) no-repeat;
	background-position: center -274px;
}

#yes, #no {
	
display:inline;
	
	
}

#yes {
	
}

#no  {
	margin-left:50px;
}

