@charset "utf-8";
/* CSS Document */

/*####### PAGE LAYOUT #######*/

*{
	padding:0;
	margin:0;
	border:0;
}

html, body {
	height: 100%;
 	background-color: #000;
}

#background {
	background-image: url(img_x/head.jpg);
	background-repeat: no-repeat;
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto;
    width: 1024px;
}

#content {
	width: 1024px;
}

#steam {
	float: left;
	width: 121px;
	height: 75px;
	margin-left: 390px;

}

#teamspeak {
	float: right;´
	width: 111px;
	height: 75px;
	margin-right: 400px;
}

#esl {
	float: left;
	margin-left: 390px;
}

#tsviewerbg {
	visibility: hidden;
	background: url(img_x/tsviewer.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 192px;
	height: 315px;
	float: left;
	margin-left: 424px;
	margin-top: 14px;
}

#tsviewer {
	visibility: hidden;
	position: absolute;
	margin-left: 440px;
	margin-top: 30px;
	float: left;
}