* { margin: 0; padding: 0;}

html {}

body {
	background-color: #1c1d24;
}

.img { border: none}
a img { border: none}

.globalContainer {
}

.container {
	position:relative;
	width:1000px;
}

.flashFrame {
	height:603px;
}

#cover{
	background-image: url(../img/cover.jpg);
	background-repeat: no-repeat;
	width: 469px;
	height: 559px;
	float: left;
}
#cover .coverText{
	font-family:"Arial"; 
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	line-height: 1.5em;
	text-align: left;
	color: #000000;
	font-size: 12px;
	padding-left: 300px;
	padding-top: 70px;
}

.buylink{
	margin-left: 45px;
	margin-top: 15px;
}

#cover a{
	color: #0764ac;
	text-decoration: none;
	border: 0px;
	line-height: 1.2em;
}
#cover a:hover{
	color:black;
	text-decoration: none;
	line-height: 1.2em;
}

#mixerBg {
	background-image:url(../img/mixer.jpg);
	background-repeat:no-repeat;
	height:559px;
	position:absolute;
	right:0;
	top:603px;
	width:531px;
}

#mixer{
	margin-right: 77px;
	margin-top: 22px;
	float: right;
}

#badgekyte{
	background-image: url(../img/badge.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 356px;
	float: left;
}

#badge{
	padding-left: 208px;
	padding-top: 46px;
}

#socials{
	width: 260px;
	height: 40px;
	margin-left: 10px;
	float: left;
}

#links{
	position: absolute;
	right: 72px;
	top: 1505;
	width:500px;
	font-family:"Arial";
	font-size: 16px;
	padding-top: 10px;
	line-height: 1.5;
	text-align: right;
	
}
#links a{
	color: #374164;
	text-decoration: none;
	border: 0px;
}
#links a:hover{
	color: white;
	text-decoration: none;
	border: 0px;
}

#logo{
	margin-right: 70px;
	float: right;
}

#com{
	height: 40px;
	font-family:"Arial";
	font-size: 12px;
	color: #374164;
	padding-right: 74px;
	float: right;
}
#com a{
	color: #374164;
	text-decoration: none;
	border: 0px;
}
#com a:hover{
	color: white;
	text-decoration: none;
	border: 0px;
}
#banner{
	float:left;
	height: 120px;
	margin-top: 40px;
	margin-left: 84px;
}