@charset "UTF-8";
/* CSS Document */

/*BODY*/
body{
	width: 100%;
	font-family: "FisRegular", Arial, sans-serif;
	text-decoration: none;
	text-align: center;
	background-color: #BBB;
	}
*{
	margin: 0 auto;
	padding: 0 auto;
	}


/*OUTER*/
#outer{
	width: 70%;
	height: auto;
	border: none;
	padding: 16px;
	position: relative;
	background-color: #AAA;
	box-shadow: 0 0 30px 6px  #FFF;
	}

/*HEADER*/
#header{
	width: 100%;
	height: auto;
	background-color: none;
	position: relative;
	}

/*LOGO*/
.logo{
	width: 100%;
	height: auto;
	background-color: none;
	position: relative;
	z-index: 100;
	}
	
/*LOGO*/
.bandpic{
	width: 100%;
	height: auto;
	background-color: none;
	position: relative;
	z-index: 100;
	}


/*CONTENT*/
#content{
	width: 100%;
	height: auto;
	margin-top: 30px;
	background-color: none;
	}
	#contentin{
		width: 82%;
		height: auto;
		margin-top: 20px;
		margin-bottom: 30px;
		background-color: none;
		color: #000;
		text-align: center;
		}
		#contentin a:hover{
		text-decoration: none;
		color:#FFF;
		}

/*FOOTER*/
footer{
	width: 100%;
	height: auto;
	margin-top: 20px;
	margin-bottom: 0px;
	position: relative;
	background-color: none;
	}
	.footerin{
		width: 100%;
	 	height: auto;
		padding: 8px;
		color: #000;
		text-align: center;
		font-size: 1.1em;
		background-color: none;
		}
		
@media only screen and (max-width: 700px) {
    #outer{
        width: 96%;
    }
}

@media only screen and (max-width: 500px) {
    #outer{
        width: 96%;
        height: auto;
    }
}
