/* CSS Document */

body{
	color: white;
	font-family: arial, Gil Sans, Sans-Serif;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/dbg2.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom left;
	background-color: black;
}

#wrap{
	width: 550px;
    margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
}

#nameplate{
	width: 550px;
	height: 125px;
	background-image: url(images/nameplate.jpg);
	float: left;
}

#menubar{
	width: 550px;
    font-size: 30px;
}

#menubar a, #menubar a:visited{
	 color: white;
	 text-decoration: none;
}

#menubar a:hover{
	color: #F92F23;
}

#albumwrap{
   width: 545px;
   float: right;
   border-top: 2px solid #CCC;
   margin-top: 10px;
   padding-top: 15px;
}

#albumcover{
   width: 250px;
   height: 250px;
   float:right;
   background-image: url(images/cover.jpg);
   background-repeat: no-repeat;
} 

#albumshout{
   width: 275px;
   height: 250px;
   float: right;
   font-size: 25px;
   text-align: right;
   margin-right: 10px; 
}
