/* resets page for basic setup*/

* {margin: 0; padding:0; 
}

html {
	overflow-y: scroll;
}
body {
	background-color: #000000;
	font-style: Arial;
}
a:link    {
  text-decoration:  none;
  font-weight:      bold;
  background-color: none;
  color:            #FFFFFF;
  } 
a:visited {
  text-decoration:  none;
  font-weight:      bold;
  background-color: none:;
  color:            #FFFFFF;
  } 
a:hover   {
  text-decoration:  none;
  font-weight:      bold;
  background-color: none:
  color:            #FFFFFF;
  } 
a:active  {
  text-decoration:  none;
  font-weight:      bold;
  background-color: none;
  color:	        #FFFFFF;
  } 
a:focus  {
  text-decoration:  none;
  font-weight:      bold;
  background-color: none;
  color:	        #FFFFFF;
  } 

ul   { 
	list-style: none inside; 
}
p { font-size: 1em, line height: 1.2em; margin-bottom: 1.2em}
}
a { outline: none;
}
a img {border: none;

}
/*thats the reset done*/

/*links*/
#page-wrap {
	position:relative;
	width: 1210px;
	height: auto;
	margin: 0 auto;
	background-color: #000000;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	}

#header {
	position:relative;
	top: 0px;
	left:0px;
	padding:0px
}

#nav {
	position:relative;
	top: 0px;
	left: 0px;
	}


#body {
	position:relative;
	top: 0px;
	left: 0px;
}
#content {
	position:absolute;
	top:20px;
	left:20px;
	width:600px;
	padding: 10px;
}

#news {
	position:absolute;
	top:20px;
	left:20px;
	width:600px;
	padding: 10px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
}

#content_band {
	position:absolute;
	top:20px;
	right:00px;
	width:600px;
	padding: 10px;
}

#photo_container{
 	position:absolute;
	width:1000px;
	top:25px;
	left:100px;
	padding: 20px;
}
#GG1{
	position:relative;
	width:550px;
	top:0px;
	left:0px;
	padding:0px;
}

#GG2{
	position:relative;
	width:150px;
	top:0px;
	left:0px;
	padding:0px;
}
#links{
	position: absolute;
	top:50px;
	left:50px;
	width:800px;
	padding: 20px;
}

#contact{
	position:absolute;
	top:50px;
	left:650px;
	width:500px;
	padding: 20px;
}

#music content{
    float:right;
}

#music2{
	position:absolute;
	top:30px;
	left:300px;
	width:200px;
	

}

#bio_menu{
	position:absolute;
	top:50px;
	left:500px;
	width:500px;
}

