@charset "utf-8";
/* CSS Document */
img{
	border:0px #fff solid;
}
/*Bg*/
body{
	background: center top no-repeat #000 url(../img/bg.jpg);
	color: #000;
	font-family:verdana, sans-serif;	
}

a{ 
	color:#000000;
}

img {
	border: 0px solid #000;
}
/*Center*/
#center{
	margin: 80px auto;
	padding: 20px;
	width:  950px;
	height: 600px;
	background: url(../img/center.png);

}
/*Monitor*/

.monitor img{
	margin-left:30px;
	margin-right:30px;
}


/*accordion*/
#accordion {
	z-index: 1;
	display:inline;
	text-align:left;
	position: absolute;
	width:900px;
}
#accordion div {
	height: 350px;
	width: 800px;
	overflow:hidden ;
}

#accordion h3 {
	width: 750px;
	height: auto;
}

/*Dropdown*/
#dropdown {
	float:right;
	z-index:5;
}

/* General */
#cssdropdown, #cssdropdown ul { 
	list-style: none;
}
#cssdropdown, #cssdropdown * { 
	padding: 0; 
	margin: 0; 

}

/* Head links */
#cssdropdown li.headlink { 
	width: 160px; 
	float: left; 
	margin-left: -1px; 

	text-align: center; 
}

#cssdropdown li.headlink a { 
	display: block; 
	text-decoration:none;  
	color: white; 
	height:25px; 
}

/* Child lists and links */
#cssdropdown li.headlink ul { 
	display: none; 
	border-top: 1px black solid; 
	text-align: left; 

}

#cssdropdown li.headlink:hover ul { 
	display: block; 
}

#cssdropdown li.headlink ul li a { 
	padding: 5px; 
	height: 20px; 
}

#cssdropdown li.headlink ul li a:hover { 
	background-color: #fff; 
}

/*steamcommunity*/
#container{
	width: 128px;
	height: 37px;
	position:absolute;
	bottom: 20px;
	right:20px;
	display: inline;
	float:right;
	}


