body { 
    margin-top: 0px;
    padding: 0; 
	background-image: url('images/bg_picaboo.jpg'); 
	background-position: top left;
	background-repeat: repeat-x;
    font-family: arial, sans-serif;
    background-color: #bbbbbb;
	overflow: auto;
	text-align: center;
}

#logo {
    width: 100%;
	text-align: center;
}

#make {
    width: 100%;
	height: 80px;
	margin-top:35px;
	font-size: 35px;
	color: #31415a;	
	text-align: center;
	line-height: 33px;
}

#topalbum {
    width: 100%;
	height: 260px;
	text-align: center;
}

/* inline link styling*/
#bodytext{
	width:100%;
	text-align: center;
    font-family: arial, sans-serif;
	background-image: url('images/bg_bodytxt.jpg'); 
	background-position: bottom center;
	background-repeat: no-repeat;
}
p.bodytxt {
	color: #424a42;
	font-size: 13px;
	font-size: 13px;
}
h1.redtext {
    font-size: 22px;
	color: #591718;
	width: 100%;
}

.bluetxt {
    font-weight: bold;
	color: #31415a;
}

/* footer */
#footer	{
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #31415a;
}

.ftrlink {
    color: #6c7230;
    text-decoration: none;
}
