html, body, #wrapper {
      height:98%;
      margin: 0;
      padding: 0;
      border: none;

}
.menu a {
	text-decoration: none;
	color: #996633;
	font-weight:bold;
	font-size:11px;
}
.menu a:hover {
		text-decoration: none;
		color: black;;
}
#wrapper {
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	width:800px;
	background-color: #FFF;
	background-image:url('images/background.jpg');
	background-repeat:no-repeat;
	background-color: #FFF;
	background-position: right top;
	font-size: 10px;
	color: #333;
   }
    
#main {
	width:800px;
	height:100%;
	margin: 0 auto; 
}
#inside {
	width:100%;
	height:600px;
	border: none;
}

#menu{
	height:55px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}
#blog{
	height:100%;
	width:450px;
	padding: 0px 0px 0px 0px;
	/* filter:alpha(opacity=20);*/
}
#twit{
	height:100%;
	width:300px;
	/* filter:alpha(opacity=20);*/
}
#musicContent
{
text-align: left;
}
#bioContent
{
text-align: left;
}

</style>

          
