body {
    background: url('../images/bg.jpg') top center repeat-x;
    background-color: #f7f4c1;
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
}

.clearfix { clear: both; }
a {
    color: #1a8fb0;
    text-decoration: none;
}
a:focus, input:focus, textarea:focus, button:focus { outline: none; }
img { border: none; } 

.wrapper {
    width: 1000px;
    height: auto;
    margin: auto;
}

nav {
	background: #f4f4f4;
	background: -moz-linear-gradient(top, #f4f4f4 0%, #f4f4f4 54%, #e2e2e2 90%, #e2e2e2 94%, #939393 97%, #e2e2e2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(54%,#f4f4f4), color-stop(90%,#e2e2e2), color-stop(94%,#e2e2e2), color-stop(97%,#939393), color-stop(100%,#e2e2e2));
	background: -webkit-linear-gradient(top, #f4f4f4 0%,#f4f4f4 54%,#e2e2e2 90%,#e2e2e2 94%,#939393 97%,#e2e2e2 100%);
	background: -o-linear-gradient(top, #f4f4f4 0%,#f4f4f4 54%,#e2e2e2 90%,#e2e2e2 94%,#939393 97%,#e2e2e2 100%);
	background: -ms-linear-gradient(top, #f4f4f4 0%,#f4f4f4 54%,#e2e2e2 90%,#e2e2e2 94%,#939393 97%,#e2e2e2 100%);
	background: linear-gradient(to bottom, #f4f4f4 0%,#f4f4f4 54%,#e2e2e2 90%,#e2e2e2 94%,#939393 97%,#e2e2e2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e2e2e2',GradientType=0 );
	width: 1000px;
	height: 71px;
	margin: 23px 0 0 0;
	border-radius: 6px;
	box-shadow: 0 3px 70px rgba(255, 255, 255, 0.6);
	border-bottom: 1px solid #182c4a;
	clear: both;
	position: relative;
	z-index: 99;
}

nav ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}

nav ul li {
	width: auto;
	height: 43px;
	font-size: 14px;
	font-family: Open Sans;
	font-weight: 600;
	color: #748ea6;
	margin: 0;
	padding: 25px 0 3px 0;
	text-transform: uppercase;
	border-right: 1px solid #a0a0a0;
	float: left;
}

nav ul li:last-child {
	border-right: none;
	padding-right: 0;
}

nav ul li:last-child a {
	border-top-right-radius: 5px; 
	border-bottom-right-radius: 5px; 
}

nav ul li a { 
	color: #748ea6; 
	padding: 25px 33px 27px 32px;
}

nav ul li a:hover {
	background: #f4f4f4;
	background: -moz-linear-gradient(top, #f4f4f4 0%, #f4f4f4 20%, #7cc0cc 94%, #004c6e 97%, #e2e2e2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(20%,#f4f4f4), color-stop(94%,#7cc0cc), color-stop(97%,#004c6e), color-stop(100%,#e2e2e2));
	background: -webkit-linear-gradient(top, #f4f4f4 0%,#f4f4f4 20%,#7cc0cc 94%,#004c6e 97%,#e2e2e2 100%);
	background: -o-linear-gradient(top, #f4f4f4 0%,#f4f4f4 20%,#7cc0cc 94%,#004c6e 97%,#e2e2e2 100%);
	background: -ms-linear-gradient(top, #f4f4f4 0%,#f4f4f4 20%,#7cc0cc 94%,#004c6e 97%,#e2e2e2 100%);
	background: linear-gradient(to bottom, #f4f4f4 0%,#f4f4f4 20%,#7cc0cc 94%,#004c6e 97%,#e2e2e2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e2e2e2',GradientType=0 );
	color: #104e85;
	padding: 25px 33px 27px 32px;
}

nav ul li.home {
	width: 73px;
	height: 71px;
	padding: 0 ;
}

nav ul li.home a { padding: 0; }

nav ul li .home_icon {
	background: url('../images/nav-home-button.png') no-repeat;
	width: 64px;
	height: 61px;
	margin: 4px 0 0 4px;
	float: left;
}

#stock {
	background: url('../images/stock.png') no-repeat;
	width: 726px;
	height: 535px;
	margin: -37px 0 0 172px;
	position: absolute;
	z-index: 4;
}

#slider {
	width: 100%;
	height: auto;
	margin: auto;
	clear: both;
}

#slides {
	width: 700px;
	height: auto;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	clear: both;
	overflow: hidden;
}

#slides .slide {
	width: auto;
	height: auto;
	margin: 198px auto;
	text-align: center;
	float: left;
}

#logo {
	background: url('../images/logo.png') no-repeat;
	width: 231px;
	height: 78px;
	margin: 198px auto;
	position: relative;
	z-index: 10;
}

#slider_arrows {
	width: 855px;
	height: auto;
	margin: 157px 0 0 75px;
	position: absolute;
	clear: both;
}

#slider_arrows .left_arrow {
	background: url('../images/slider-arrow-left.png');
	width: 59px;
	height: 59px;
	position: relative;
	z-index: 99;
	float: left;
	transition: 0.2s all;
}

#slider_arrows .right_arrow {
	background: url('../images/slider-arrow-right.png');
	width: 59px;
	height: 59px;
	position: relative;
	z-index: 99;
	float: right;
	transition: 0.2s all;
}

#slider_arrows .left_arrow:hover,
#slider_arrows .right_arrow:hover
{
	cursor: pointer;
}

#slider_arrows .left_arrow:hover { margin-left: -5px; }
#slider_arrows .right_arrow:hover { margin-right: -5px; }

#left_content_stock {
	background: url('../images/bg-stock-left.png') no-repeat;
	width: 352px;
	height: 575px;
	margin: 380px 0 0 -201px;
	position: absolute;
	z-index: 6;
}

#right_content_stock {
	background: url('../images/bg-stock-right.png') no-repeat;
	width: 352px;
	height: 575px;
	margin: 380px 0 0 1000px;
	position: absolute;
	z-index: 6;
}

#content {
	background-color: #ffffff;
	width: 988px;
	min-height: 620px;
	height: auto;
	margin: auto;
	padding: 8px 6px 100px 6px;
	border-top: 6px solid #17496b;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	clear: both;
	position: relative;
	z-index: 7;
	float: left;
}

#content #left_side {
	width: 206px;
	height: auto;
	float: left;
}

#content #left_side ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}

#content #left_side ul li {
	width: auto;
	height: auto;
	margin: 0 0 10px 0;
	padding: 0;
	clear: both;
}

#content #left_side ul li #register {
	background: url('../images/register-button.png') no-repeat;
	width: 206px;
	height: 61px;
	clear: both;
}

#content #left_side ul li #login {
	background: url('../images/login-button.png') no-repeat;
	width: 206px;
	height: 61px;
	clear: both;
}

#content #left_side ul li #logout {
	background: url('../images/logout-button.png') no-repeat;
	width: 206px;
	height: 61px;
	clear: both;
}

#content #left_side ul li #myaccount {
	background: url('../images/myacc-button.png') no-repeat;
	width: 206px;
	height: 61px;
	clear: both;
}

#content #left_side ul li #donate {
	background: url('../images/donate-button.png') no-repeat;
	width: 206px;
	height: 61px;
	clear: both;
}

#content #left_side ul li #shop {
	background: url('../images/shop-button.png') no-repeat;
	width: 206px;
	height: 61px;
	clear: both;
}

#content #left_side ul li #ranking {
	background: url('../images/ranking-button.png') no-repeat;
	width: 206px;
	height: 61px;
	clear: both;
}

#content #left_side ul li #server_status_online {
	background: url('../images/server-status-online-bg.png') no-repeat;
	width: 206px;
	height: 72px;
	clear: both;
}

#content #left_side ul li #top_players {
	background: url('../images/top-players-bg.png') no-repeat;
	width: 176px;
	height: 149px;
	padding: 47px 0 0 30px;
	clear: both;
}

#content #left_side ul li #top_players ul {
	width: 145px;
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}

#content #left_side ul li #top_players ul li {
	width: auto;
	height: auto;
	font-size: 14px;
	font-family: Myriad Pro;
	color: #585858;
	margin: 5px 0 2px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px dashed #b5baca;	
	clear: both;
}

#content #left_side ul li #top_players ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

#content #left_side ul li #top_players ul li a { color: #585858; }
#content #left_side ul li #top_players ul li a:hover { text-decoration: underline; }

#content #center_side {
	width: 558px;
	height: auto;
	margin: 0 0 0 7px;
	float: left;
}

#content #center_side #slider_pagination {
	background-color: #ffffff;
	width: 150px;
	height: 40px;
	margin: -35px auto;
	border-radius: 7px 7px 0 0;
	box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
	clear: both;
}

#content #center_side #slider_pagination ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
	font-size : 0;
    text-align: center;
}

#content #center_side #slider_pagination ul li {
	width: auto;
	height: auto;
	margin: 14px 0 0 0;
	text-align: left;
	display: inline-block;
}

#content #center_side #slider_pagination ul li .point {
	background-color: #043144;
	width: 11px;
	height: 11px;
	margin: 0 9px 0 9px;
	border: 2px solid #050a10;
	border-radius: 100px;
}

#content #center_side #slider_pagination ul li.active .point {
	background-color: #94c73a;
	border-color: #2c012c;
}

#content #center_side #news_box {
	background-color: #e2e6f6;
	width: 556px;
	height: auto;
	margin: 42px 0 0 0;
	padding: 4px 0 4px 0;
	border-radius: 8px;
	border: 1px solid #c9d0ed;
	clear: both;
}

#content #center_side #news_box #news_content {
	background-color: #ffffff;
	width: 527px;
	height: auto;
	margin: auto;
	padding: 10px 10px 10px 9px;
	border-radius: 8px;
	border: 1px solid #c9d0ed;
	clear: both;
}

#content #center_side #news_box #news_content article {
	width: 528px;
	height: auto;
	margin: 0 0 15px 0;
	clear: both;
}

#content #center_side #news_box #news_content article:last-child { margin-bottom: 0; }

#content #center_side #news_box #news_content article .heading {
	background: url('../images/news-heading-bg.png') no-repeat;
	width: 483px;
	height: 29px;
	font-size: 14px;
	font-family: Myriad pro;
	font-weight: 600;
	color: #174c6f;
	padding: 13px 0 0 45px;
	margin: 0 0 5px 0;
	clear: both;
}

#content #center_side #news_box #news_content article .heading a { color: #174c6f; }

#content #center_side #news_box #news_content article .content {
	width: auto;
	height: auto;
	font-size: 12px;
	font-family: Arial;
	color: #082c44;
	line-height: 23px;
	text-align: justify;
	padding: 0 10px 0 10px;
	clear: both;
}

#content #center_side #news_box #news_content article .content a { color: #082c44; }

#content #right_side {
	width: 206px;
	height: auto;
	margin: 0 0 0 10px;
	float: left;
}

#content #right_side ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}

#content #right_side ul li {
	width: auto;
	height: auto;
	margin: 0 0 7px 0;
	padding: 0;
	clear: both;
}

#content #right_side ul li #download {
	background: url('../images/download-button.png') no-repeat;
	width: 206px;
	height: 47px;
	clear: both;
}

#content #right_side ul li #game_guide {
	background: url('../images/game-guide-button.png') no-repeat;
	width: 206px;
	height: 47px;
	clear: both;
}

#content #right_side ul li #commands {
	background: url('../images/commands-button.png') no-repeat;
	width: 206px;
	height: 47px;
	clear: both;
}

#content #right_side ul li #server_info {
	background: url('../images/server-info-button.png') no-repeat;
	width: 206px;
	height: 47px;
	clear: both;
}

#content #right_side ul li #characters {
	background: url('../images/characters-button.png') no-repeat;
	width: 206px;
	height: 47px;
	clear: both;
}

#content #right_side ul li #forum {
	background: url('../images/forum-button.png') no-repeat;
	width: 206px;
	height: 47px;
	clear: both;
}

#content #right_side ul li #guilds {
	background: url('../images/guilds-button.png') no-repeat;
	width: 206px;
	height: 47px;
	clear: both;
}

#content #right_side ul li #dbns_league {
	background: url('../images/dbns-league-button.png') no-repeat;
	width: 206px;
	height: 47px;
	clear: both;
}

footer {
	background: url('../images/footer-bg.png') no-repeat;
	width: 955px;
	height: 39px;
	margin: -20px 0 0 -2px;
	padding: 132px 30px 0 20px;
	clear: both;
	position: relative;
	z-index: 8;
	float: left;body {
    background: url('../images/bg.jpg') top center repeat-x;
    background-color: #f7f4c1;
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
}

.clearfix { clear: both; }
a { text-decoration: none; }
a:focus, input:focus, textarea:focus, button:focus { outline: none; }
img { border: none; } 

.wrapper {
    width: 1000px;
    height: auto;
    margin: auto;
}

nav {
	background: #f4f4f4;
	background: -moz-linear-gradient(top, #f4f4f4 0%, #f4f4f4 54%, #e2e2e2 90%, #e2e2e2 94%, #939393 97%, #e2e2e2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(54%,#f4f4f4), color-stop(90%,#e2e2e2), color-stop(94%,#e2e2e2), color-stop(97%,#939393), color-stop(100%,#e2e2e2));
	background: -webkit-linear-gradient(top, #f4f4f4 0%,#f4f4f4 54%,#e2e2e2 90%,#e2e2e2 94%,#939393 97%,#e2e2e2 100%);
	background: -o-linear-gradient(top, #f4f4f4 0%,#f4f4f4 54%,#e2e2e2 90%,#e2e2e2 94%,#939393 97%,#e2e2e2 100%);
	background: -ms-linear-gradient(top, #f4f4f4 0%,#f4f4f4 54%,#e2e2e2 90%,#e2e2e2 94%,#939393 97%,#e2e2e2 100%);
	background: linear-gradient(to bottom, #f4f4f4 0%,#f4f4f4 54%,#e2e2e2 90%,#e2e2e2 94%,#939393 97%,#e2e2e2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e2e2e2',GradientType=0 );
	width: 1000px;
	height: 71px;
	margin: 23px 0 0 0;
	border-radius: 6px;
	box-shadow: 0 3px 70px rgba(255, 255, 255, 0.6);
	border-bottom: 1px solid #182c4a;
	clear: both;
	position: relative;
	z-index: 99;
}

nav ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}

nav ul li {
	width: auto;
	height: 43px;
	font-size: 14px;
	font-family: Open Sans;
	font-weight: 600;
	color: #748ea6;
	margin: 0;
	padding: 25px 0 3px 0;
	text-transform: uppercase;
	border-right: 1px solid #a0a0a0;
	float: left;
}

nav ul li:last-child {
	border-right: none;
	padding-right: 0;
}

nav ul li:last-child a {
	border-top-right-radius: 5px; 
	border-bottom-right-radius: 5px; 
}

nav ul li a { 
	color: #748ea6; 
	padding: 25px 33px 27px 32px;
}

nav ul li a:hover {
	background: #f4f4f4;
	background: -moz-linear-gradient(top, #f4f4f4 0%, #f4f4f4 20%, #7cc0cc 94%, #004c6e 97%, #e2e2e2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(20%,#f4f4f4), color-stop(94%,#7cc0cc), color-stop(97%,#004c6e), color-stop(100%,#e2e2e2));
	background: -webkit-linear-gradient(top, #f4f4f4 0%,#f4f4f4 20%,#7cc0cc 94%,#004c6e 97%,#e2e2e2 100%);
	background: -o-linear-gradient(top, #f4f4f4 0%,#f4f4f4 20%,#7cc0cc 94%,#004c6e 97%,#e2e2e2 100%);
	background: -ms-linear-gradient(top, #f4f4f4 0%,#f4f4f4 20%,#7cc0cc 94%,#004c6e 97%,#e2e2e2 100%);
	background: linear-gradient(to bottom, #f4f4f4 0%,#f4f4f4 20%,#7cc0cc 94%,#004c6e 97%,#e2e2e2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e2e2e2',GradientType=0 );
	color: #104e85;
	padding: 25px 33px 27px 32px;
}

nav ul li.home {
	width: 73px;
	height: 71px;
	padding: 0 ;
}

nav ul li.home a { padding: 0; }

nav ul li .home_icon {
	background: url('../images/nav-home-button.png') no-repeat;
	width: 64px;
	height: 61px;
	margin: 4px 0 0 4px;
	float: left;
}

#stock {
	background: url('../images/stock.png') no-repeat;
	width: 726px;
	height: 535px;
	margin: -37px 0 0 172px;
	position: absolute;
	z-index: 4;
}

#slider {
	width: 100%;
	height: auto;
	margin: auto;
	clear: both;
}

#slides {
	width: 700px;
	height: auto;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	clear: both;
	overflow: hidden;
}

#slides .slide {
	width: auto;
	height: auto;
	margin: 198px auto;
	text-align: center;
	float: left;
}

#logo {
	background: url('../images/logo.png') no-repeat;
	width: 231px;
	height: 78px;
	margin: 198px auto;
	position: relative;
	z-index: 10;
}

#slider_arrows {
	width: 855px;
	height: auto;
	margin: 157px 0 0 75px;
	position: absolute;
	clear: both;
}

#slider_arrows .left_arrow {
	background: url('../images/slider-arrow-left.png');
	width: 59px;
	height: 59px;
	position: relative;
	z-index: 99;
	float: left;
	transition: 0.2s all;
}

#slider_arrows .right_arrow {
	background: url('../images/slider-arrow-right.png');
	width: 59px;
	height: 59px;
	position: relative;
	z-index: 99;
	float: right;
	transition: 0.2s all;
}

#slider_arrows .left_arrow:hover,
#slider_arrows .right_arrow:hover
{
	cursor: pointer;
}

#slider_arrows .left_arrow:hover { margin-left: -5px; }
#slider_arrows .right_arrow:hover { margin-right: -5px; }

#left_content_stock {
	background: url('../images/bg-stock-left.png') no-repeat;
	width: 352px;
	height: 575px;
	margin: 380px 0 0 -201px;
	position: absolute;
	z-index: 6;
}

#right_content_stock {
	background: url('../images/bg-stock-right.png') no-repeat;
	width: 352px;
	height: 575px;
	margin: 380px 0 0 1000px;
	position: absolute;
	z-index: 6;
}

#content {
	background-color: #ffffff;
	width: 988px;
	min-height: 620px;
	height: auto;
	margin: auto;
	padding: 8px 6px 100px 6px;
	border-top: 6px solid #17496b;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	clear: both;
	position: relative;
	z-index: 7;
	float: left;
}

#content #left_side {
	width: 206px;
	height: auto;
	float: left;
}

#content #left_side ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}

#content #left_side ul li {
	width: auto;
	height: auto;
	margin: 0 0 10px 0;
	padding: 0;
	clear: both;
}

#content #left_side ul li #register {
	background: url('../images/register-button.png') no-repeat;
	width: 206px;
	height: 61px;
	clear: both;
}

#content #left_side ul li #login {
	background: url('../images/login-button.png') no-repeat;
	width: 206px;
	height: 61px;
	clear: both;
}

#content #left_side ul li #donate {
	background: url('../images/donate-button.png') no-repeat;
	width: 206px;
	height: 61px;
	clear: both;
}

#content #left_side ul li #shop {
	background: url('../images/shop-button.png') no-repeat;
	width: 206px;
	height: 61px;
	clear: both;
}

#content #left_side ul li #ranking {
	background: url('../images/ranking-button.png') no-repeat;
	width: 206px;
	height: 61px;
	clear: both;
}

#content #left_side ul li #server_status_online {
	background: url('../images/server-status-online-bg.png') no-repeat;
	width: 206px;
	height: 72px;
	clear: both;
}

#content #left_side ul li #top_players {
	background: url('../images/top-players-bg.png') no-repeat;
	width: 176px;
	height: 149px;
	padding: 47px 0 0 30px;
	clear: both;
}

#content #left_side ul li #top_players ul {
	width: 145px;
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}

#content #left_side ul li #top_players ul li {
	width: auto;
	height: auto;
	font-size: 14px;
	font-family: Myriad Pro;
	color: #585858;
	margin: 5px 0 2px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px dashed #b5baca;	
	clear: both;
}

#content #left_side ul li #top_players ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

#content #left_side ul li #top_players ul li a { color: #585858; }
#content #left_side ul li #top_players ul li a:hover { text-decoration: underline; }

#content #center_side {
	width: 558px;
	height: auto;
	margin: 0 0 0 7px;
	float: left;
}

#content #center_side #slider_pagination {
	background-color: #ffffff;
	width: 150px;
	height: 40px;
	margin: -35px auto;
	border-radius: 7px 7px 0 0;
	box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
	clear: both;
}

#content #center_side #slider_pagination ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
	font-size : 0;
    text-align: center;
}

#content #center_side #slider_pagination ul li {
	width: auto;
	height: auto;
	margin: 14px 0 0 0;
	text-align: left;
	display: inline-block;
}

#content #center_side #slider_pagination ul li .point {
	background-color: #043144;
	width: 11px;
	height: 11px;
	margin: 0 9px 0 9px;
	border: 2px solid #050a10;
	border-radius: 100px;
}

#content #center_side #slider_pagination ul li.active .point {
	background-color: #94c73a;
	border-color: #2c012c;
}

#content #center_side #news_box {
	background-color: #e2e6f6;
	width: 556px;
	height: auto;
	margin: 42px 0 0 0;
	padding: 4px 0 4px 0;
	border-radius: 8px;
	border: 1px solid #c9d0ed;
	clear: both;
}

#content #center_side #news_box #news_content {
	background-color: #ffffff;
	width: 527px;
	height: auto;
	margin: auto;
	padding: 10px 10px 10px 9px;
	border-radius: 8px;
	border: 1px solid #c9d0ed;
	clear: both;

}


#content #center_side #news_box #news_content article {
	width: 528px;
	height: auto;
	margin: 0 0 15px 0;
	clear: both;
}

#content #center_side #news_box #news_content article:last-child { margin-bottom: 0; }

#content #center_side #news_box #news_content article .heading {
	background: url('../images/news-heading-bg.png') no-repeat;
	width: 483px;
	height: 29px;
	font-size: 14px;
	font-family: Myriad pro;
	font-weight: 600;
	color: #174c6f;
	padding: 13px 0 0 45px;
	margin: 0 0 5px 0;
	clear: both;
}

#content #center_side #news_box #news_content article .heading a { color: #174c6f; }

#content #center_side #news_box #news_content article .content {
	width: auto;
	height: auto;
	font-size: 12px;
	font-family: Arial;
	color: #082c44;
	line-height: 23px;
	text-align: justify;
	padding: 0 10px 0 10px;
	clear: both;
}

#content #center_side #news_box #news_content article .content a { color: #082c44; }

#content #right_side {
	width: 206px;
	height: auto;
	margin: 0 0 0 10px;
	float: left;
}

#content #right_side ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}

#content #right_side ul li {
	width: auto;
	height: auto;
	margin: 0 0 7px 0;
	padding: 0;
	clear: both;
}

#content #right_side ul li #download {
	background: url('../images/download-button.png') no-repeat;
	width: 206px;
	height: 47px;
	clear: both;
}

#content #right_side ul li #game_guide {
	background: url('../images/game-guide-button.png') no-repeat;
	width: 206px;
	height: 47px;
	clear: both;
}

#content #right_side ul li #commands {
	background: url('../images/commands-button.png') no-repeat;
	width: 206px;
	height: 47px;
	clear: both;
}

#content #right_side ul li #server_info {
	background: url('../images/server-info-button.png') no-repeat;
	width: 206px;
	height: 47px;
	clear: both;
}

#content #right_side ul li #characters {
	background: url('../images/characters-button.png') no-repeat;
	width: 206px;
	height: 47px;
	clear: both;
}

#content #right_side ul li #forum {
	background: url('../images/forum-button.png') no-repeat;
	width: 206px;
	height: 47px;
	clear: both;
}

#content #right_side ul li #guilds {
	background: url('../images/guilds-button.png') no-repeat;
	width: 206px;
	height: 47px;
	clear: both;
}

#content #right_side ul li #dbns_league {
	background: url('../images/dbns-league-button.png') no-repeat;
	width: 206px;
	height: 47px;
	clear: both;
}

footer {
	background: url('../images/footer-bg.png') no-repeat;
	width: 955px;
	height: 39px;
	margin: -20px 0 0 -2px;
	padding: 132px 30px 0 20px;
	clear: both;
	position: relative;
	z-index: 8;
	float: left;
}

footer #copyright {
	font-size: 12px;
	font-family: Myriad Pro;
	color: #18486a;
	float: left;
}

footer #copyright a { color: #18486a; }

footer #author {
	font-size: 12px;
	font-family: Myriad Pro;
	color: #18486a;
	float: right;
}

footer #author a { color: #18486a; }
}

footer #copyright {
	font-size: 12px;
	font-family: Myriad Pro;
	color: #18486a;
	float: left;
}

footer #copyright a { color: #18486a; }

footer #author {
	font-size: 12px;
	font-family: Myriad Pro;
	color: #18486a;
	float: right;
}

footer #author a { color: #18486a; }

.loginForm {
    padding: 20px;
    border-radius: 7px;
    border: #c3dde2 1px solid;
    background: #ebfafd;
	font-size: 14px;
}

.table {
    width: 100%;
}
 
.table-bordered,
.table-bordered td,
.table-bordered th {
    padding: 6px;
    border-collapse: collapse;
    border: 1px solid #ddd;
	font-size: 15px
}
.tableSpacing {
    border-collapse: separate;
    border-spacing: 1em !important;
}

textarea {
    width: 100%;
}

#btn_achievements {
 height: 3em;
 width:33em;
}




#fanback {
display:none;
background:rgba(0,0,0,0.8);
width:100%;
height:100%;
position:fixed;
top:0;
left:0;
z-index:99999;
}
#fan-exit {
width:100%;
height:100%;
}
#JasperRoberts {
background:white;
width:420px;
height:270px;
position:absolute;
top:58%;
left:63%;
margin:-220px 0 0 -375px;
-webkit-box-shadow: inset 0 0 50px 0 #939393;
-moz-box-shadow: inset 0 0 50px 0 #939393;
box-shadow: inset 0 0 50px 0 #939393;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin: -220px 0 0 -375px;
}
#TheBlogWidgets {
float:right;
cursor:pointer;
background:url(http://media.dbns.eu/fanclose.png) repeat;
height:15px;
padding:20px;
position:relative;
padding-right:40px;
margin-top:-20px;
margin-right:-22px;
}
.remove-borda {
height:1px;
width:366px;
margin:0 auto;
background:#F3F3F3;
margin-top:16px;
position:relative;
margin-left:20px;
}
#linkit,#linkit a.visited,#linkit a,#linkit a:hover {
color:#80808B;
font-size:10px;
margin: 0 auto 5px auto;
float:center;
}