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

body{
	margin:0px;
	text-align: center;
	font-family: Georgia;
	font-size: 11px;
	background: #111;
}

li, ul {
	list-style: none;
	list-style-position: inside;
	margin: 0 0 5px 0;
	padding: 0px;
}

img{
	border: none;
}


a{
	color: #2bb4ed;
	font-size:11px;
}

a:hover{
	color:#fff;
}

td, tr, table, tbody{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#background{
	position:fixed;
	background:url(/images/bg.jpg) no-repeat;
	width:1920px;
	min-height:1200px;
	left:50%;
	margin-left:-960px;
}

#container{
	position:absolute;
	top:50px;
	width:963px;
	margin-left:-522px;
	left:50%;
}

#content{
	margin: auto;
	background:url(/images/lines.png) repeat;
}

#error{
	position:absolute;
	z-index:1000;
	top:10px;
	font-weight:bold;
	width:280px;
	left:50%;
	margin-left:-140px;
	border:2px solid #2bb4ed;
	color:#2bb4ed;
	padding:10px;
	text-align:center;
}

#logo{
	background:url(/images/logo_first.png) no-repeat top left;
}

#player{
	position:absolute;
	z-index:1000;
	top:10px;
	width:250px;
	left:50%;
	margin-left:190px;
	text-align:right;
}

#share{
	position:absolute;
	z-index:1000;
	top:10px;
	width:100px;
	left:50%;
	margin-left:-520px;
	text-align:right;
}

#plasticpeople{
	width: 470px;
	height: 150px;
}

img.people {
	padding:25px;
	background:url(/images/image.png) no-repeat top left;
	margin:0 5px 0 0;
}

img.people:hover {
	background:url(/images/image.png) no-repeat bottom left;
}

#tooltip {
	color:#a4a4a4;
	font-size:12px;
	text-align:center;
	background:#000;
	font-family:Georgia;
	font-weight:normal;
	position: absolute;
	z-index: 1000000;
	border: 1px solid #ccc;
	padding: 5px 5px 10px 5px;
	opacity: 0.99;
}

#tooltip h3 {
	margin: 0px;
	padding: 0px;
	color:#a4a4a4;
	font-size:12px;
	text-align:left;
	font-family:Georgia;
	font-weight:normal;
	margin-bottom:10px;
}

.left{
	text-align: right;
}

.topleft{
	text-align: left;
}

.topleft p{
	margin:10px;
	width:300px;
	color:#ccc;
	padding-left:5px;
	border-left:2px solid #ccc;
}

.topleft p:hover{
	border-left:2px solid #2bb4ed;
}

.left ul{
	margin-right:10px;
}

.left ul li{
	margin-bottom: 10px;
}

.left ul li a{
	background-color:#1b1b1b;
	padding: 2px;
	text-decoration:none;
}

.left ul li a:hover{
	background-color:#2bb4ed;
	text-decoration:none;
}

.right{
	text-align: left;
}

.first{
	margin-bottom: 10px;
}

.thumbnail{
	width:100px;
	height:100px;
	padding:25px;
	float:left;
	background:url(/images/image.png) no-repeat top left;
	margin-right:10px;
	margin-bottom:10px;
}

.thumbnail:hover{
	background:url(/images/image.png) no-repeat bottom left;
}
