.content
{
	width: 960px !important;
}
.content #support-left, .content #support-right {
	width: 49%;
}

.content #support-left {
	float: left;
}

.content #support-right {
	float: right;
}

.content fieldset {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	-moz-border-radius: 5px;
	border: 1px solid #2799e9;
	margin-bottom: 15px;
}

.content fieldset li, .content fieldset a {
	/*color: #f6ca23;*/
}

.content fieldset legend span {
	padding: 7px;
	-moz-border-radius: 5px;
	font-size: 18px;
	font-weight: bold;
	top: -15px;
	position: relative;
	padding-right: 5px;
}

.content #support-right .links div a{
	width: 24%;
	float: left;
	text-align: center;
	padding: 2px;
	-moz-border-radius: 5px;
	display: block;
}

.content #support-right .links div a .img {
	min-height: 100px;
	display: block;
}

.content #support-right .links div a:hover{
	background: #f6ca23;
	text-decoration: none;
}
