@charset "UTF-8";

.content .features{
	float: left;
	width: 527px;
	padding-right: 25px;
}
.content .sponsers{
	float: right;
	width: 408px;
}
.content h2{
	padding: 15px 0 ;
}
.content h4{
	padding-bottom: 15px;
}

.content h5{
	padding-bottom: 20px;
}
.content ul li{
	padding-bottom: 25px;
}
a.registration {
	display: block;
    background-image: url("../images/home/btn_entry.jpg");
    background-color: transparent;
    background-repeat: no-repeat;
    border: medium none;
    cursor: pointer;
    height: 77px;
    width: 527px;
	overflow: hidden;
}
a.registration:hover {
	background-position: 0 -77px;
}
p.after-event{
 	color: #f00;
	text-align: center;
	font-size: 16px;
	padding: 0 0 40px 0;
	font-weight: bold;
}
