div#content_body {
	width: 940px;
	padding: 0 20px 20px 20px;
	text-align: center;
	background: #000000;
}


div#menu {
	display: none;
}


.red {
	color: #f02427;
}


.btts {
	width: 300px;
	height: 30px;
	
	line-height: 30px;
		
	background: #e3171a;
	
	margin-left: 320px;
	
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	
	-webkit-border-radius: 3px 3px 3px 3px;
  	border-radius: 3px 3px 3px 3px; 
	-webkit-background-clip: padding-box; background-clip: padding-box;
		
	text-align: center;
		
	cursor: pointer;
	
	margin-top: 20px;
}

.btts a {
	color: #FFFFFF;
	text-decoration: none;
}

.btts a:hover {
	text-decoration: underline;
}