@font-face
{
font-family: OpenSans;
src:url(OpenSans-Semibold.ttf);
}

#logo
{
	padding-top: 115px;
	padding-bottom: 30px;
}

.cs
{
	border-radius: 7px;
	background-color: #56a800;
	position: auto;
	width: 220px;
	padding: 5px;
	align: center;
	font-family: OpenSans;
	color: white;
	font-size: 18px;
	text-align: center;
	color: #efefef;
	border-style: solid 1px white;
	opacity: 0.6;
	transition-duration: 0.5s;
}

.cs:hover
{
	opacity: 1;
}