@font-face {
    font-family: WebsiteFont;
    src: url('font.ttf');
}

body{
	background-image: url('immagini/bg.png');
	background-repeat: repeat;
	text-align: center;
	margin: 0;
	padding: 0;
	overflow-x:hidden;
	color: #9e3400;

}

a, h3 {
	color: #4d1800;
}

div {
	text-align: center;
	font-family: WebsiteFont;
	font-size: 1.3vw;
	line-height: 1.2em;
	width: 80%;
	margin: auto;
}

#main_menu{
	margin: auto;
	border: 0;
	width: 80%;	
}

#container {
	min-height:100%;
	position:relative;
	width: 100%;
}

#header {
	padding:0px;
	width:100%;
}
	
#body {
	padding:0px;
	padding-bottom:25vh;
	width:100%;
}

#footer {
	position: absolute;
	bottom:0;
	width:100%;
}

#dropdown_paypal{
	width: 14vw;
	font-weight: bold;
	font-family: Verdena;
}

#Left_Frame{
	text-align: left;
	width: 80%;
}

#Center_Frame{
	text-align: center;
	width: 80%;
}

#Bands_Table{
	margin: auto;
	border: 0;
	font-weight: bold;
	text-align: center;
	font-size: 1.2vw;
	width: 100%;
	border-spacing: 10px 1px;
}

#Videotitles_Table{
	margin: auto;
	border: 0;
	font-size: 1.3vw;
	text-align: center;
}

.video_wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.video_iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

#Tracklist_Table{
	margin: auto;
	border: 0;
	border-spacing: 20px 1px;
	font-size: 1.4vw;
}

#Tracklist_Store_Table{
	margin: auto;
	border: 0;
	font-size: 1.3vw;
	width: 125%;
}

#Store_Table{
	font-weight: bold;
	text-align: center;
}

#Gigs_Table{
	font-size: 1.5vw;
	text-align: left;
}

#Press_Table{
	margin: auto;
	border: 0;
	border-spacing: 20px 1px;
	font-size: 1.2vw;
}
