html, body, .bg, container {
	width: 100%;
	height: 100%;
	position: absolute;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	position: absolute;
	clear: none;
}

* {
font-family: 'Lucida Grande', Luida, Verdana, Helvetica;
font-size: 12px;
}

h1,h2,h3 {
	font-size: 60px;
	text-transform:uppercase;
}

h2 {
	font-size: 40px;
	margin-bottom: 8px;
}

h3 {
	font-size: 25px;
	margin-bottom: 8px;
}

hr {
	border: 0px;
	border-bottom: 1px solid black;
}

a {
	color: #b60000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

html {
	min-height: 550px;
	min-width: 960px;
	overflow: auto;
}


body {
	position: relative;
	background: url(../images/bgnoise.jpg) #dadada center center;
}

ul li {
padding-bottom: 5px;
}


#bg1 {
	background: url(../images/gradientbg.png) repeat-y left top;
}

#bg4 {
	background: url(../images/light2-tr.png) no-repeat top right;	
}

#johnny {
	background: url(../images/johnny.png) no-repeat bottom;
	width: 300px;
	height: 100%;
	min-height: 1022px;
	top: 0px;
	position: absolute;
}

#main {
	display: block;
	position: relative;
	height: auto;
	width: 100%;
	height: 100%;
	overflow: auto;
}

#content {
	position: relative;
	margin-left: 370px;
	margin-right: 100px;
	margin-top: 60px;
	height: auto;
}

.vimeo {
	width: 100%;

}

#text {
width: 500px;
}

ul.share {
margin: 0px;
padding: 0px;
clear:both;
}
ul.share li {
list-style: none;
margin: 0px;
padding: 0px;
float: left;
}
ul.share li a {
margin: 0px;
padding: 0px;
padding-right: 1px;
float: left;
}

ul.share li img {
margin: 0px;
padding: 0px;
border: 0px;
}

div.musicby {
margin: 10px;
display: block;
float: none;
text-align: right;
}

.share-facebook li {
padding-top: 5px;
display: block;
}