*{
	margin: 0;
	padding: 0;
}

html{
	width: 100%;
	height: 100%;
}

body{
    font: 14px Tahoma, Geneva, sans-serif;
	line-height: 1.1em;
	color: #ffffff;
	background-color: #252525;
	width: 100%;
	height: 100%;
}

a.white{
	color:white;
    text-decoration: none;
	border-bottom: 2px solid #bf1d2e;
}

a.white:hover{
	border-bottom: 1px solid white;
}

a.person{
    font: 14px Tahoma, Geneva, sans-serif;
	line-height: 20px;
	color: #000000;   
    text-decoration: none;
	border-bottom: 0;
}

a.person:hover{
	color: #000099;   
	border-bottom: 1px solid #bf1d2e;
}

div.main{
	width: 100%;
	max-width: 1024px;
	min-height: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	top: 0px;
	padding: 0;
	background-color: #000000;
	text-align:center;
}

div.footer{
	width: 100%;
	height: 4px;
	background-color: #bf1d2e;
	position: fixed;
	bottom: 0px;
	z-index: 100;
}

div.nextgig{
	width: 98%;
	max-width: 600px;
	border: 2px solid white;
	border-radius: 10px;
	margin-top: 20px;
	padding-top: 10px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	z-index: 4;
}

div.nextgigsmall{
	display: inline-block;
	width: 98%;
	max-width: 250px;
	border: 2px solid white;
	border-radius: 10px;
	margin: 20px;
	padding: 4px;
	text-align: center;
	z-index: 4;
	vertical-align:top;
}

div.band{
	width: 98%;
	max-width: 600px;
	min-height: 410px;
	color: black;
	background-color: white;
	border: 1px solid white;
	border-radius: 10px;
	margin-top: 10px;
	overflow: auto;
	z-index: 3;
	display: inline-block;
	text-align: left;
}

div.player{
	width: 98%;
	max-width: 540px;
	min-height: 410px;
	color: black;
	background-color: white;
	border: 1px solid white;
	border-radius: 10px;
	margin-top: 10px;
	display: inline-block;
	text-align: left;
	z-index: 3;
}

div.contact{
	width: 98%;
	max-width: 410px;
	min-height: 390px;
	color: black;
	background-color: white;
	border: 1px solid white;
	border-radius: 10px;
	margin-top: 20px;
	overflow: auto;
	z-index: 3;
	display: inline-block;
	text-align: center;
}

div.person{
	width: 230px;
	height: 390px;
	color: black;
	background-color: white;
	border: 1px solid white;
	border-radius: 10px;
	margin-top: 10px;
	padding: 10px;
	overflow: hidden;
	z-index: 3;
	display: inline-block;
	visibility: hidden;
}

div.line{
	width: 100%;
	margin-top: 6px;
	margin-bottom: 16px;
	height: 2px;
	background-color: #bf1d2e;
}

img{
	border: 0px;
}

