/*-------------------------------------------------------
 *  Top-level
 */

body {
    background-color:#000000;
    text-align:center;
}

div  { overflow:hidden; }

/*-------------------------------------------------------
 *  Main slices
 */

#main {
    margin-top: 10px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    text-align:center;

	position:relative;
	width:710px;
	height:1249px;
}

#slice1 {
	position:absolute;
	left:0px;
	top:0px;
	width:115px;
	height:1109px;
	background-image: url("images/album_spine.jpg");
}

#slice2 {
	position:absolute;
	left:115px;
	top:0px;
	width:595px;
	height:326px;
}

#slice3 {
	position:absolute;
	left:115px;
	top:326px;
	width:595px;
	height:309px;
}

#slice4 {
	position:absolute;
	left:115px;
	top:635px;
	width:595px;
	height:287px;
}

#slice5 {
	position:absolute;
	left:115px;
	top:922px;
	width:595px;
	height:75px;
}

#slice6 {
	position:absolute;
	left:115px;
	top:997px;
	width:595px;
	height:112px;
}

#slice7 {
	position:absolute;
	left:0px;
	top:1109px;
	width:710px;
	height:140px;
	background-image: url("images/album_bottom.jpg");
}


/*-------------------------------------------------------
 *  Link properties
 */
 
p,span,ul { visibility:hidden; }

a {
    position: absolute;
    overflow:hidden;
    text-decoration: none;
    z-index:100;
}

/*-------------------------------------------------------
 *  Home
 */

a#link_home {
    left:119px;
    top:18px;
    width:291px;
    height:139px;
}

/*-------------------------------------------------------
 *  About
 */

#about {
    position:absolute;
    top:0px;
    left:0px;
    width:293px;
    height:140px;
}

#about a {
    width:82px;
    height:16px;
}

a#link_mailto {
    top:116px;
    left:11px;
    width:233px;
}

a#link_abouthome1 {
    top:37px;
    left:151px;
}

a#link_abouthome2 {
    top:81px;
    left:13px;
}

/*-------------------------------------------------------
 *  Navigation photos
 */

#nav {
    position:absolute;
    top:0px;
    left:293px;
    width:417px;
    height:140px;
}

#nav a {
    top:0px;
    height:140px;
}

a#link_princess {
    left:0px;
    width:89px;
}

a#link_limo {
    left:89px;
    width:90px;
}

a#link_newyears {
    left:179px;
    width:71px;
}

a#link_pirate {
    left:250px;
    width:80px;
}

a#link_other {
    left:330px;
    width:72px;
}

