#startPage {
	float: right;
	width: 680px;
}

#authDyst
{
	font-size: 12px;
	color: #202020;
	margin-top: 30px;
	margin-bottom: 1px;
	font-weight: bold;
}
#startBanner
{
	width: 680px;
	height: 100px;
	margin-bottom: 30px;
	border: 1px solid #a0a0a0;
	overflow: hidden;
}

#startBanner img
{
	width: 680px;
	height: 100px;
}



#startOfferIcons
{
	text-align: center;
	margin-left: -30px;
	width: 940px;
	min-height: 200px;
}

#startOfferIcons .offerIcon
{
	width: 185px;
	height: 180px;
	text-align: center;
	display: block;
	float: left;
}

#startOfferIcons .offerIcon:hover > img
{
	border:1px solid #e0e0e0;
}

#startOfferIcons .offerIcon:hover > label
{
	color:#cc3524;
}

#startOfferIcons .offerIcon img {
	border-radius:10px;
	border:1px solid #ffffff;
	margin:15px auto 5px;
	overflow:hidden;
	width:100px;
	height:100px;
	overflow:hidden;
}

#startOfferIcons .offerIcon label
{
	text-align:center;
	font-size:13px;
	font-family:Roboto Condensed;
	color:#294B72;
	font-weight:normal;
	display:block;
	width:100%;
	border:none;
}



.welcomeInfo {
font-size: 13px;
line-height: 16px;
font-weight: bold;
text-align: justify;
}

.newsList {
font-size: 13px;
line-height: 16px;
text-align: left;
margin-top: 40px;
}