/*-------------------------------------------------------
 *  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:704px;
	height:569px;
}

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

#slice2 {
	position:absolute;
	left:295px;
	top:0px;
	width:409px;
	height:182px;
	background-image: url("images/index_02.jpg");
}

#slice3 {
	position:absolute;
	left:0px;
	top:134px;
	width:295px;
	height:345px;
	background-image: url("images/index_03.jpg");
}

#slice4 {
	position:absolute;
	left:295px;
	top:182px;
	width:409px;
	height:387px;
	background-image: url("images/index_04.jpg");
}

#slice5 {
	position:absolute;
	left:0px;
	top:479px;
	width:295px;
	height:90px;
	background-image: url("images/index_05.jpg");
}


/*-------------------------------------------------------
 *  Link properties
 */
 
p, span, h1,h2,h3,h4, ul,ol { visibility:hidden; }

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


/*-------------------------------------------------------
 *  Links
 */
 
#about {
    position:absolute;
    left:0px;
    top:0px;
    width:295px;
    height:90px;
}

a#link_photos {
    left:27px;
    top:38px;
    width:637px;
    height:467px;
}

a#link_mailto {
    left:31px;
    top:62px;
    width:235px;
    height:22px;
}

