/********** LAINE *******/

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

body {
	font: 13px Georgia, "Times New Roman", Times, serif;
	color: #000;
	margin-bottom: 20px;
	/* background: #000 url(images/bg_01.jpg) no-repeat left top; */
}
	
#background { 
	position:fixed; 
	top:0; 
	left:0;
	z-index:0; 
	width:100%; 
	height:100%; 
	}

#background img {
	width:100%; 
	height:100%;
}

a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #999;
	font-weight: bold;
}

a:focus {
	outline: none;
}

#logo {
	position: absolute;
	left: 40px;
	top: 30px;
}

#social {
	position: absolute;
	left: 475px;
	top: 70px;
}

#social img {
	padding-right: 15px;
	border: none;
}

#winterland {
	position: absolute;
	left: 875px;
	top: 71px;
}

#navigation {
	position: absolute;
	top : 125px;
	left : 40px;
	width : 160px;
	background: #FFF;
	padding: 15px;
}

#navigation a {
	font: 18px/18px Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}

#navigation a:hover {
	color: #999;
}

#navigation a.request  {
	font: 12px Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	color: #000;
}

.navpic {
	margin-top: 15px;
	margin-bottom: 15px;
}

#newsbox {
	position: absolute;
	top : 125px;
	left : 250px;
	width : 260px;
	background: #FFF;
	padding: 15px 15px 30px;
}

#contentbox {
	position: absolute;
	top : 125px;
	left : 580px;
	width : 400px;
	background: #FFF;
	padding: 10px 15px 30px;
	font: 13px Georgia, "Times New Roman", Times, serif;
}

#videobox {
	position: absolute;
	top : 125px;
	left : 340px;
	width : 640px;
	background: #FFF;
	padding: 10px 15px 30px;
	font: 13px Georgia, "Times New Roman", Times, serif;
}

#contentbox h1, #videobox h1, #newsbox h1 {
	color: #999;
	text-transform: uppercase;
	font: normal 36px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
}

#contentbox h2, #videobox h2, #newsbox h2 {
	text-transform: uppercase;
	font: normal 18px/18px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 15px;
}

a.gray {
	color: #FFF;
	font-weight: normal;
	background: #999;
	padding: 3px;
	text-decoration: none;
}

#releases {
	height: 220px;
	width: 400px;
}

#pictures {
	width: 400px;
}

a:hover.gray {
	color: #000;
}

.seperator {
	margin-top: 20px;
	padding-bottom: 15px;
	border-top: 1px solid #333;
}

.player {
	float: left;
	margin-right: 20px;
}
.leftpic {
	float: left;
	margin-right: 20px;
}

#footer {
	left: 40px;
	top: 1250px;
	position: absolute;
	padding-bottom: 20px;
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}

