* {
	margin: 0;
}

html {
	height: 100%;
}

body {
	margin: 0px;
	background-color: #0f1010;
	background-color: #0f1110;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #E0E0E0;
	height: 100%;
	
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	width: 900px;
	text-align:left;
}

#logo {
	height: 80px;
	width: 900px;

}

#logo img {
	margin-top: 33px;
}

#content {
	width: 900px;
	height: auto;
	margin-top: 0px;
	color: #E0E0E0;
}




.release {
	color: #A0A0A0;
}



.float {
	float: left;
	margin-right: 30px;
}

#player {
	float: right;
}



#bottom {
	clear: both;
	width: 780px;
	margin-top: 22px;
	background-color: Black;
	/*height: 40px;*/
	overflow: auto;
	height: 52px;
}

#bottom .padding {
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bottomspace {
	clear: both;
	height: 50px;
}

#shops a {
	margin-right: 20px;
}


.hr {
	clear: both;
	height: 1px;
	margin-top: 30px;
	margin-bottom: 30px;
	overflow: hidden;
	
	background-image: url(../images/hr.gif);
	background-repeat: repeat-x;
}

.hr2 {
	clear: both;
	height: 0px;
	background-color: #383838;
	margin-top: 10px;
	margin-bottom: 30px;
	overflow: hidden;
}

h1 {
	color: White;
	font-weight: normal;
	line-height: 24px;
	font-size: 26px;
	letter-spacing: -1px;
	text-shadow: 3px 3px 6px black;
}

h2 {
	color: White;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px;
}

.link {
	margin-right: 3px;
}

img {
	border: none;
}

a {
	color: #bfbea0;
	text-decoration: none;
}

a:hover {
	color: #d1d0ab;
}


.contact {
	float: left;
	/*line-height: 31px;*/
	line-height: 26px;
	margin-right: 20px;
}











/* Tooltip */

.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(../kuvat/bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../kuvat/bubble.png) bottom right;
}
 
.custom-tip {
	color: #000;
	width: auto;
	z-index: 13000;
	text-align: center;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 8px 8px 4px;
	border-bottom: 1px solid #B5CF74;
	color: #3E4F14;
	background: #C3DF7D;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}

