html
{
	margin: 0;
	padding: 0;
	height: 100%;
}

body
{
	background-color: #111111;
	margin: 0;
	padding: 0;
	height: 100%;
	overflow: hidden;
	-webkit-transition: background-color 0.4s;
	-moz-transition: background-color 0.4s;
	-o-transition: background-color 0.4s;
	-webkit-user-select: none;      
	-moz-user-select: none;
	-o-user-select: none;
}

@font-face {
	font-family: 'Anysome';
	src: url(Anysome.otf);
}

#wrapper
{
	min-height: 100%;
	min-width: 1224px;
}

#container
{
	position: relative;
	text-align: center;
	width: auto;
	height: auto;
}

#main-left
{
	position: relative;
	display: inline-block;
	padding: 4px 0px 4px 6px;
}

#main-right
{
	position: relative;
	display: inline-block;
	padding: 4px 6px 4px 0px;
}

#banner-left
{
	text-align: center;
	line-height: 0;
	padding-bottom: 6px;
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
}

.banner-right {
    background: url(../img/NEWLOGO.png);
    width:250px;
    height:150px;
    background-size:250px;
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
}

.banner-right:hover {
    background: url(../img/NEWLOGO.png);
    width:250x;
    height:150px;
    background-size:250px;
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
}

#player
{
	line-height: 0;
}

#chat
{
	line-height: 0;
}

#links-left
{
	position: relative;
	text-align: left;
	padding-top: 4px;
	margin: 0 auto;
	width: auto;
	height: auto;
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
}

#links-right
{
	position: relative;
	text-align: center;
	padding-top: 4px;
	margin: 0 auto;
	width: auto;
	height: auto;
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
}

#links-left > a
{
	cursor: pointer;
	display: inline-block;
	padding-right: 20px;
	font-size: 23px;
	color: #D6C3BD;
	text-decoration: none;
	font-family: 'Anysome';
	-webkit-transition: color 0.6s;
	-moz-transition: color 0.6s;
	-o-transition: color 0.6s;
}
#links-right > a
{
	cursor: pointer;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 23px;
	color: #D6C3BD;
	text-decoration: none;
	font-family: 'Anysome';
	-webkit-transition: color 0.6s;
	-moz-transition: color 0.6s;
	-o-transition: color 0.6s;
}

#links-left > a:hover
{
	color: #D7BEBD;
	-webkit-transition: color 0.6s;
	-moz-transition: color 0.6s;
	-o-transition: color 0.6s;
}

#links-right > a:hover
{
	color: #D7BEBD;
	-webkit-transition: color 0.6s;
	-moz-transition: color 0.6s;
	-o-transition: color 0.6s;
}